From 0a0e74ef700bf66fd52369c3e1eae636027f2241 Mon Sep 17 00:00:00 2001 From: Cameron Martin Date: Sun, 22 Dec 2024 17:24:25 +0000 Subject: [PATCH] chore(master): release 0.6.4 --- 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 5df2ae7..0322bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/cameron-martin/bazel-lsp/compare/v0.6.3...v0.6.4) (2024-12-22) + + +### Bug Fixes + +* convert html to markdown in docs ([#66](https://github.com/cameron-martin/bazel-lsp/issues/66)) ([bf9d1c7](https://github.com/cameron-martin/bazel-lsp/commit/bf9d1c7de268a0f75b50e94a297f6083e09fcf51)) + ## [0.6.3](https://github.com/cameron-martin/bazel-lsp/compare/v0.6.2...v0.6.3) (2024-11-27) diff --git a/Cargo.lock b/Cargo.lock index 3a79d87..07a3ebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,7 +263,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bazel-lsp" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "cc", diff --git a/Cargo.toml b/Cargo.toml index 3848493..3bc117b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bazel-lsp" -version = "0.6.3" +version = "0.6.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html