Skip to content

Commit

Permalink
chore(master): release 0.2.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-martin authored Jan 24, 2024
1 parent 75b9306 commit c4b0940
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/cameron-martin/bazel-lsp/compare/v0.1.1...v0.2.0) (2024-01-24)


### Features

* Allow specifying location of bazel binary ([db62a3a](https://github.com/cameron-martin/bazel-lsp/commit/db62a3ab1dd5f31f497fb54d2e58425239cb814d))
* Use a distinct output base for querying ([75b9306](https://github.com/cameron-martin/bazel-lsp/commit/75b930625cc3f345529a86f5e6d5e4994fc6d426)), closes [#3](https://github.com/cameron-martin/bazel-lsp/issues/3)


### Bug Fixes

* Offset of bare completions ([715b519](https://github.com/cameron-martin/bazel-lsp/commit/715b519747b2e61ffa3cd4fc746309565d8a98d8))
* Use correct workspace root for all bazel invocations ([4618755](https://github.com/cameron-martin/bazel-lsp/commit/4618755175610fd2e5972db5de3c390c1129663a))

## [0.1.1](https://github.com/cameron-martin/bazel-lsp/compare/v0.1.0...v0.1.1) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bazel-lsp"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit c4b0940

Please sign in to comment.