Skip to content

Commit 0530ce6

Browse files
committed
Prepare to v0.9.2
1 parent 51ea475 commit 0530ce6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/dalance/svlint/compare/v0.9.1...Unreleased) - ReleaseDate
3+
## [Unreleased](https://github.com/dalance/svlint/compare/v0.9.2...Unreleased) - ReleaseDate
4+
5+
## [v0.9.2](https://github.com/dalance/svlint/compare/v0.9.1...v0.9.2) - 2023-12-27
46

57
* [Changed] Update sv-parser
68
* [Added] New rule procedural_continuous_assignment [#276](https://github.com/dalance/svlint/pull/276)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svlint"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["dalance@gmail.com"]
55
repository = "https://github.com/dalance/svlint"
66
keywords = ["SystemVerilog", "Verilog", "lint", "svls"]

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: svlint
2-
version: &version v0.9.1
2+
version: &version v0.9.2
33
summary: SystemVerilog linter
44
description: |
55
A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )

0 commit comments

Comments
 (0)