Skip to content

Commit 4f0248e

Browse files
committed
Release v0.5.0
1 parent 7b38cb0 commit 4f0248e

File tree

3 files changed

+35
-34
lines changed

3 files changed

+35
-34
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## 0.5.0 - 2020-04-10
910
### Changed
1011
- Re-name `exclude` to `exclude-rename` as it only excludes the module from renaming.
11-
- Updated `sv-parser` to `0.6.5`
12+
- Updated `sv-parser` to `0.7.0`
1213

1314
### Added
1415
- Add real `exclude` option which excludes specified interfaces, modules and packages

Cargo.lock

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "morty"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "A SystemVerilog source file pickler."
55
authors = ["Florian Zaruba <[email protected]>", "Fabian Schuiki <[email protected]>"]
66
edition = "2018"
@@ -14,7 +14,7 @@ readme = "README.md"
1414
anyhow = "1.0"
1515
term = "0.6"
1616
clap = "2"
17-
sv-parser = "0.6.5"
17+
sv-parser = "0.7.0"
1818
failure = "0.1.7"
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0"
@@ -26,4 +26,4 @@ rayon = "1.3"
2626

2727
[patch.crates-io]
2828
# sv-parser = {path = "sv-parser/sv-parser"}
29-
sv-parser = { git = "https://github.com/zarubaf/sv-parser" }
29+
# sv-parser = { git = "https://github.com/zarubaf/sv-parser" }

0 commit comments

Comments
 (0)