From 60b227db39af795e19280b82e191be99f4eceb4c Mon Sep 17 00:00:00 2001 From: Cameron Martin Date: Sat, 16 Mar 2024 15:33:40 +0000 Subject: [PATCH] chore(master): release 0.6.0 (#34) :robot: I have created a release *beep* *boop* --- ## [0.6.0](https://github.com/cameron-martin/bazel-lsp/compare/v0.5.0...v0.6.0) (2024-03-16) ### Features * Add builtin rules to autocomplete ([#33](https://github.com/cameron-martin/bazel-lsp/issues/33)) ([a67cd49](https://github.com/cameron-martin/bazel-lsp/commit/a67cd4916b7fa6b9b2813e9786e09eceebfa3d8f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 428f271..15d0351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/cameron-martin/bazel-lsp/compare/v0.5.0...v0.6.0) (2024-03-16) + + +### Features + +* Add builtin rules to autocomplete ([#33](https://github.com/cameron-martin/bazel-lsp/issues/33)) ([a67cd49](https://github.com/cameron-martin/bazel-lsp/commit/a67cd4916b7fa6b9b2813e9786e09eceebfa3d8f)) + ## [0.5.0](https://github.com/cameron-martin/bazel-lsp/compare/v0.4.1...v0.5.0) (2024-03-05) diff --git a/Cargo.lock b/Cargo.lock index d725417..9eea96a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bazel-lsp" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index fe852d8..0824248 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bazel-lsp" -version = "0.5.0" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html