Skip to content

Commit

Permalink
Prepare to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Apr 7, 2022
1 parent d7d73a4 commit 1e249a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased](https://github.com/dalance/svlint/compare/v0.5.1...Unreleased) - ReleaseDate
## [Unreleased](https://github.com/dalance/svlint/compare/v0.5.2...Unreleased) - ReleaseDate

## [v0.5.2](https://github.com/dalance/svlint/compare/v0.5.1...v0.5.2) - 2022-04-07

* [Added] take configuration file from environment variable [#137](https://github.com/dalance/svlint/pull/137)
* [Added] new flag --dump-filelist to help debug filelist issues [#138](https://github.com/dalance/svlint/pull/138)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svlint"
version = "0.5.2-pre"
version = "0.5.2"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/svlint"
keywords = ["lint", "verilog", "systemverilog"]
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: svlint
version: &version v0.5.1
version: &version v0.5.2
summary: SystemVerilog linter
description: |
A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )
Expand Down

0 comments on commit 1e249a3

Please sign in to comment.