Prepare to v0.4.7 of sv-parser
This commit is contained in:
parent
df414fc3ef
commit
0919af22c9
@ -1,6 +1,8 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## [Unreleased](https://github.com/dalance/sv-parser/compare/v0.4.6...Unreleased) - ReleaseDate
|
## [Unreleased](https://github.com/dalance/sv-parser/compare/v0.4.7...Unreleased) - ReleaseDate
|
||||||
|
|
||||||
|
## [v0.4.7](https://github.com/dalance/sv-parser/compare/v0.4.6...v0.4.7) - 2019-12-10
|
||||||
|
|
||||||
* [Added] recursive define detection
|
* [Added] recursive define detection
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ SystemVerilog parser library fully complient with [IEEE 1800-2017](https://stand
|
|||||||
|
|
||||||
```Cargo.toml
|
```Cargo.toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sv-parser = "0.4.6"
|
sv-parser = "0.4.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).
|
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]
|
[package]
|
||||||
name = "sv-parser"
|
name = "sv-parser"
|
||||||
version = "0.4.6"
|
version = "0.4.7"
|
||||||
authors = ["dalance@gmail.com"]
|
authors = ["dalance@gmail.com"]
|
||||||
repository = "https://github.com/dalance/sv-parser"
|
repository = "https://github.com/dalance/sv-parser"
|
||||||
keywords = ["parser", "verilog", "systemverilog"]
|
keywords = ["parser", "verilog", "systemverilog"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user