diff --git a/CHANGELOG.md b/CHANGELOG.md index b63324b..dd549de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/cameron-martin/bazel-lsp/compare/v0.6.4...v0.7.0) (2025-07-20) + + +### Features + +* Add support for logging & tracing ([#118](https://github.com/cameron-martin/bazel-lsp/issues/118)) ([f6b0fac](https://github.com/cameron-martin/bazel-lsp/commit/f6b0facf4b0652ecc010c4144cec8d87be62cf1a)) + ## [0.6.4](https://github.com/cameron-martin/bazel-lsp/compare/v0.6.3...v0.6.4) (2025-02-11) diff --git a/Cargo.lock b/Cargo.lock index 4f1cec9..f36c808 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,7 +239,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bazel-lsp" -version = "0.6.4" +version = "0.7.0" dependencies = [ "anyhow", "cc", diff --git a/Cargo.toml b/Cargo.toml index 61d0b65..7d97eeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bazel-lsp" -version = "0.6.4" +version = "0.7.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html