From 0530ce6c5fef39ff0796a1fd3c0b31ff9856a672 Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 27 Dec 2023 16:24:03 +0900 Subject: [PATCH] Prepare to v0.9.2 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- snapcraft.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c4c38..1b6dee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/svlint/compare/v0.9.1...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/svlint/compare/v0.9.2...Unreleased) - ReleaseDate + +## [v0.9.2](https://github.com/dalance/svlint/compare/v0.9.1...v0.9.2) - 2023-12-27 * [Changed] Update sv-parser * [Added] New rule procedural_continuous_assignment [#276](https://github.com/dalance/svlint/pull/276) diff --git a/Cargo.toml b/Cargo.toml index a0a74e2..463bb7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svlint" -version = "0.9.1" +version = "0.9.2" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/svlint" keywords = ["SystemVerilog", "Verilog", "lint", "svls"] diff --git a/snapcraft.yaml b/snapcraft.yaml index 9783d7f..ecc4b41 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: svlint -version: &version v0.9.1 +version: &version v0.9.2 summary: SystemVerilog linter description: | A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )