diff --git a/CHANGELOG.md b/CHANGELOG.md index 81216927..3c35d255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/svlint/compare/v0.6.0...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/svlint/compare/v0.6.1...Unreleased) - ReleaseDate + +## [v0.6.1](https://github.com/dalance/svlint/compare/v0.6.0...v0.6.1) - 2022-12-16 * [Changed] Distinguish between parse/preprocess errors. Bump sv-parser. [#196](https://github.com/dalance/svlint/pull/196) * [Added] New Rule: action_block_with_side_effect [#203](https://github.com/dalance/svlint/pull/203) diff --git a/Cargo.toml b/Cargo.toml index ad64f5c9..dc5ec7df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svlint" -version = "0.6.0" +version = "0.6.1" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/svlint" keywords = ["lint", "verilog", "systemverilog"] diff --git a/snapcraft.yaml b/snapcraft.yaml index 198a12b8..14939170 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: svlint -version: &version v0.6.0 +version: &version v0.6.1 summary: SystemVerilog linter description: | A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )