Prepare to v0.4.3 of sv-parser

This commit is contained in:
dalance 2019-11-15 12:45:38 +09:00
parent b6dbf66046
commit 6f9fe68c08
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# Change Log
## [Unreleased](https://github.com/dalance/sv-parser/compare/v0.4.2...Unreleased) - ReleaseDate
## [Unreleased](https://github.com/dalance/sv-parser/compare/v0.4.3...Unreleased) - ReleaseDate
## [v0.4.3](https://github.com/dalance/sv-parser/compare/v0.4.2...v0.4.3) - 2019-11-15
* [Added] parse_sv_str/parse_lib_str

View File

@ -13,7 +13,7 @@ SystemVerilog parser library fully complient with [IEEE 1800-2017](https://stand
```Cargo.toml
[dependencies]
sv-parser = "0.4.2"
sv-parser = "0.4.3"
```
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).

View File

@ -1,6 +1,6 @@
[package]
name = "sv-parser"
version = "0.4.2"
version = "0.4.3"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/sv-parser"
keywords = ["parser", "verilog", "systemverilog"]