Skip to content

Commit ce4757e

Browse files
committed
Prepare to v0.7.0
1 parent a98f23b commit ce4757e

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.6.1...Unreleased) - ReleaseDate
3+
## [Unreleased](https://github.com/dalance/svlint/compare/v0.7.0...Unreleased) - ReleaseDate
4+
5+
## [v0.7.0](https://github.com/dalance/svlint/compare/v0.6.1...v0.7.0) - 2023-03-22
46

57
* [Fixed] Bugfix: Addresses #210, #225, #235. [#238](https://github.com/dalance/svlint/pull/238)
68
* [Added] Feature: PDF version(s) of the manual. [#236](https://github.com/dalance/svlint/pull/236)

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

0 commit comments

Comments
 (0)