From eaad6660c149a1d958de0b42b464ed4cae8d949d Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 7 Nov 2022 09:50:34 +0900 Subject: [PATCH] Prepare to v0.6.0 --- 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 ee43d2c6..af252943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/svlint/compare/v0.5.6...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/svlint/compare/v0.6.0...Unreleased) - ReleaseDate + +## [v0.6.0](https://github.com/dalance/svlint/compare/v0.5.6...v0.6.0) - 2022-11-07 * [Changed] Relax style rule on assign keyword. [#191](https://github.com/dalance/svlint/pull/191) * [Changed] Add fuller explanations about each rule. [#170](https://github.com/dalance/svlint/pull/170) diff --git a/Cargo.toml b/Cargo.toml index a8a6d1ac..38be3a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svlint" -version = "0.5.6" +version = "0.6.0" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/svlint" keywords = ["lint", "verilog", "systemverilog"] diff --git a/snapcraft.yaml b/snapcraft.yaml index 4897915f..198a12b8 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: svlint -version: &version v0.5.6 +version: &version v0.6.0 summary: SystemVerilog linter description: | A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )