Skip to content

Commit 440e3c3

Browse files
committed
Release v0.3.0
1 parent 3b145f2 commit 440e3c3

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 0.3.0 - 2020-03-20
10+
## Added
11+
- Re-add minimization and comment-stripping
12+
13+
## Changed
14+
- Switch to patched `sv-parser` version.
15+
- Switch to `anyhow` result.
16+
- Update dependencies.
17+
- Re-organize uses and mods.
18+
919
## 0.2.6 - 2020-03-19
1020
## Added
1121
- Build for different Linux distributions

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "morty"
3-
version = "0.2.5"
3+
version = "0.3.0"
44
description = "A SystemVerilog source file pickler."
55
authors = ["Florian Zaruba <[email protected]>", "Fabian Schuiki <[email protected]>"]
66
edition = "2018"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1818
```
1919
Then install `morty` using `cargo`:
2020
```
21-
cargo install morty
21+
cargo install --git https://github.com/zarubaf/morty.git
2222
```
2323

2424
## Example Usage

0 commit comments

Comments
 (0)