Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf committed Apr 10, 2020
1 parent 7b38cb0 commit 4f0248e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 34 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.5.0 - 2020-04-10
### Changed
- Re-name `exclude` to `exclude-rename` as it only excludes the module from renaming.
- Updated `sv-parser` to `0.6.5`
- Updated `sv-parser` to `0.7.0`

### Added
- Add real `exclude` option which excludes specified interfaces, modules and packages
Expand Down
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "morty"
version = "0.4.0"
version = "0.5.0"
description = "A SystemVerilog source file pickler."
authors = ["Florian Zaruba <zarubaf@iis.ee.ethz.ch>", "Fabian Schuiki <fschuiki@iis.ee.ethz.ch>"]
edition = "2018"
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
anyhow = "1.0"
term = "0.6"
clap = "2"
sv-parser = "0.6.5"
sv-parser = "0.7.0"
failure = "0.1.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand All @@ -26,4 +26,4 @@ rayon = "1.3"

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

0 comments on commit 4f0248e

Please sign in to comment.