Skip to content

Commit

Permalink
Prepare to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Nov 7, 2022
1 parent 9587417 commit eaad666
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.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)
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.5.6"
version = "0.6.0"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/svlint"
keywords = ["lint", "verilog", "systemverilog"]
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.5.6
version: &version v0.6.0
summary: SystemVerilog linter
description: |
A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )
Expand Down

0 comments on commit eaad666

Please sign in to comment.