From 0fe2c8ca72edc03e1661a5a1d47a745d3c0de381 Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 20 Nov 2023 11:11:45 +0900 Subject: [PATCH] Prepare to v0.9.1 --- 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 3c1d6064..8f9fc1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/svlint/compare/v0.9.0...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/svlint/compare/v0.9.1...Unreleased) - ReleaseDate + +## [v0.9.1](https://github.com/dalance/svlint/compare/v0.9.0...v0.9.1) - 2023-11-20 * [Added] New rule: package_item_not_in_package [#272](https://github.com/dalance/svlint/pull/272) * [Added] Feature: Include files and incdirs from the environment. [#271](https://github.com/dalance/svlint/pull/271) diff --git a/Cargo.toml b/Cargo.toml index 37d0841b..77f6d581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svlint" -version = "0.9.0" +version = "0.9.1" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/svlint" keywords = ["SystemVerilog", "Verilog", "lint", "svls"] diff --git a/snapcraft.yaml b/snapcraft.yaml index a51b5f15..9783d7f7 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: svlint -version: &version v0.9.0 +version: &version v0.9.1 summary: SystemVerilog linter description: | A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )