Skip to content

Latest commit

 

History

History
72 lines (33 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

72 lines (33 loc) · 3.36 KB

Changelog

0.6.1 (2024-06-29)

Bug Fixes

  • Don't give empty documentation to starlark-rust (#44) (355ceed), closes #41

0.6.0 (2024-03-16)

Features

  • Add builtin rules to autocomplete (#33) (a67cd49)

0.5.0 (2024-03-05)

Features

  • Add environment function parameter info (08a05c1)

0.4.1 (2024-02-25)

Bug Fixes

  • Go to definition in external repositories (#26) (e80ba05), closes #25

0.4.0 (2024-02-23)

Features

0.3.1 (2024-02-20)

Bug Fixes

0.3.0 (2024-02-02)

Features

  • Add autocomplete for bazel builtins (#8) (bfca1db)
  • Preserve output base between restarts (fc701fb)

0.2.0 (2024-01-24)

Features

  • Allow specifying location of bazel binary (db62a3a)
  • Use a distinct output base for querying (75b9306), closes #3

Bug Fixes

  • Offset of bare completions (715b519)
  • Use correct workspace root for all bazel invocations (4618755)

0.1.1 (2024-01-18)

Bug Fixes