diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd4a7b..6f0cfb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/svls/compare/v0.2.11...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/svls/compare/v0.2.12...Unreleased) - ReleaseDate + +## [v0.2.12](https://github.com/dalance/svls/compare/v0.2.11...v0.2.12) - 2024-06-03 ## [v0.2.11](https://github.com/dalance/svls/compare/v0.2.10...v0.2.11) - 2023-12-27 diff --git a/Cargo.lock b/Cargo.lock index 5168851..57d2445 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1008,7 +1008,7 @@ dependencies = [ [[package]] name = "svls" -version = "0.2.11" +version = "0.2.12" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7d157eb..9f75702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svls" -version = "0.2.11" +version = "0.2.12" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/svls" keywords = ["lsp", "language-server", "verilog", "systemverilog"] diff --git a/snapcraft.yaml b/snapcraft.yaml index f814220..2ef48d2 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: svls -version: &version v0.2.11 +version: &version v0.2.12 summary: SystemVerilog language server description: | A language server supporting SystemVerilog ( IEEE Std. 1800-2017 )