Skip to content

Commit

Permalink
Prepare to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Dec 16, 2022
1 parent 64a7b28 commit 90ad065
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.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)
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.6.0"
version = "0.6.1"
authors = ["[email protected]"]
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.6.0
version: &version v0.6.1
summary: SystemVerilog linter
description: |
A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )
Expand Down

0 comments on commit 90ad065

Please sign in to comment.