From 5b23277a83989670cf391bd8ed58f727002917d8 Mon Sep 17 00:00:00 2001 From: Cameron Martin Date: Wed, 27 Nov 2024 18:24:11 +0000 Subject: [PATCH] chore(master): release 0.6.2 (#57) :robot: I have created a release *beep* *boop* --- ## [0.6.2](https://github.com/cameron-martin/bazel-lsp/compare/v0.6.1...v0.6.2) (2024-11-25) ### Bug Fixes * Use hermetic linux C++ toolchain ([1432ebc](https://github.com/cameron-martin/bazel-lsp/commit/1432ebcfb58f84ec32229a8b408f57a57a93b7b2)) --- 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 61dc9a9..982c3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/cameron-martin/bazel-lsp/compare/v0.6.1...v0.6.2) (2024-11-25) + + +### Bug Fixes + +* Use hermetic linux C++ toolchain ([1432ebc](https://github.com/cameron-martin/bazel-lsp/commit/1432ebcfb58f84ec32229a8b408f57a57a93b7b2)) + ## [0.6.1](https://github.com/cameron-martin/bazel-lsp/compare/v0.6.0...v0.6.1) (2024-06-29) diff --git a/Cargo.lock b/Cargo.lock index ccf8e48..18f79d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bazel-lsp" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "cc", diff --git a/Cargo.toml b/Cargo.toml index 3f59f72..9bdc43c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bazel-lsp" -version = "0.6.1" +version = "0.6.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html