Skip to content

Commit

Permalink
Prepare to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Nov 20, 2023
1 parent 0264ecb commit 0fe2c8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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 )
Expand Down

0 comments on commit 0fe2c8c

Please sign in to comment.