Skip to content

Commit 25117ec

Browse files
committed
Prepare to v0.9.0
1 parent 949a40d commit 25117ec

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.8.0...Unreleased) - ReleaseDate
3+
## [Unreleased](https://github.com/dalance/svlint/compare/v0.9.0...Unreleased) - ReleaseDate
4+
5+
## [v0.9.0](https://github.com/dalance/svlint/compare/v0.8.0...v0.9.0) - 2023-08-09
46

57
* [Added] New rules for leading spaces of binary operators [#263](https://github.com/dalance/svlint/pull/263)
68
* [Breaking Changed] Bugfix: Change textrules API to pass line: Option<&str>. [#261](https://github.com/dalance/svlint/pull/261)

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.8.0"
3+
version = "0.9.0"
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.8.0
2+
version: &version v0.9.0
33
summary: SystemVerilog linter
44
description: |
55
A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )

0 commit comments

Comments
 (0)