From f787368f98f3143a11b442625e05b31494537c0a Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 6 Nov 2019 18:46:25 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97788f7..19b60ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change Log -## [Unreleased](https://github.com/dalance/sv-parser/compare/v0.3.6...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/sv-parser/compare/v0.3.7...Unreleased) - ReleaseDate +## [v0.3.7](https://github.com/dalance/sv-parser/compare/v0.3.6...v0.3.7) - 2019-11-06 * [Fixed] apply workaround for static class method call * [Fixed] randomize_call bug diff --git a/README.md b/README.md index 75ae0cc..dce6b2a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ SystemVerilog parser library fully complient with [IEEE 1800-2017](https://stand ```Cargo.toml [dependencies] -sv-parser = "0.3.6" +sv-parser = "0.3.7" ``` sv-parser provides [`parse_sv`](https://docs.rs/sv-parser/latest/sv_parser/fn.parse_sv.html) function which returns [`SyntaxTree`](https://docs.rs/sv-parser/latest/sv_parser/struct.SyntaxTree.html).