Prepare to v0.3.4 of sv-parser
This commit is contained in:
parent
0c12b304ff
commit
d03120fc7d
@ -1,6 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
## [Unreleased](https://github.com/dalance/sv-parser/compare/v0.3.3...Unreleased) - ReleaseDate
|
||||
## [Unreleased](https://github.com/dalance/sv-parser/compare/v0.3.4...Unreleased) - ReleaseDate
|
||||
|
||||
## [v0.3.4](https://github.com/dalance/sv-parser/compare/v0.3.3...v0.3.4) - 2019-11-05
|
||||
|
||||
* [Fixed] define with string literal
|
||||
|
||||
|
@ -9,7 +9,7 @@ SystemVerilog parser library fully complient with [IEEE 1800-2017](https://stand
|
||||
|
||||
```Cargo.toml
|
||||
[dependencies]
|
||||
sv-parser = "0.3.3"
|
||||
sv-parser = "0.3.4"
|
||||
```
|
||||
|
||||
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).
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sv-parser"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
authors = ["dalance@gmail.com"]
|
||||
repository = "https://github.com/dalance/sv-parser"
|
||||
keywords = ["parser", "verilog", "systemverilog"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user