Skip to content

Commit 98e84ce

Browse files
committed
Prepare to v0.9.5
1 parent 709ce49 commit 98e84ce

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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.4...Unreleased) - ReleaseDate
3+
## [Unreleased](https://github.com/dalance/svlint/compare/v0.9.5...Unreleased) - ReleaseDate
4+
5+
## [v0.9.5](https://github.com/dalance/svlint/compare/v0.9.4...v0.9.5) - 2025-11-04
46

57
* [Fixed] proposed fix for parameter in package false negative #309 [#310](https://github.com/dalance/svlint/pull/310)
68
* [Added] Add rule: default_nettype_wire_at_end [#312](https://github.com/dalance/svlint/pull/312)

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

0 commit comments

Comments
 (0)