Skip to content

Commit b901066

Browse files
committed
Prepare to v0.8.0
1 parent 5713c23 commit b901066

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

57
## [v0.7.2](https://github.com/dalance/svlint/compare/v0.7.1...v0.7.2) - 2023-05-02
68

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

0 commit comments

Comments
 (0)