Update CHANGELOG
This commit is contained in:
parent
16836bc569
commit
f787368f98
@ -1,6 +1,7 @@
|
|||||||
# Change Log
|
# 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] apply workaround for static class method call
|
||||||
* [Fixed] randomize_call bug
|
* [Fixed] randomize_call bug
|
||||||
|
@ -9,7 +9,7 @@ SystemVerilog parser library fully complient with [IEEE 1800-2017](https://stand
|
|||||||
|
|
||||||
```Cargo.toml
|
```Cargo.toml
|
||||||
[dependencies]
|
[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).
|
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user