Skip to content

Commit 3ee1507

Browse files
committed
Release v0.2.0
1 parent b212966 commit 3ee1507

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CHANGELOG.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## 0.1.0 - 2019-09-26
8-
## Added
9-
- First version able to re-name modules and instantiations (pre- and suffix).
10-
- Minimization and comment stripping.
11-
- Based on [Moore](https://github.com/fabianschuiki/moore) parser.
12-
137
## Unreleased
8+
9+
## 0.2.0 - 2020-03-12
1410
## Added
1511
- Add minimzed testcases.
1612
- Add renaming of packages.
1713
- Add interface renaming.
1814
- Add renaming of `endmodule` labels.
1915

2016
## Changed
21-
- Use [sv-parser](https://github.com/dalance/sv-parser) as the main SV parser.
17+
- Use [sv-parser](https://github.com/dalance/sv-parser) as the main SV parser.
18+
19+
## 0.1.0 - 2019-09-26
20+
## Added
21+
- First version able to re-name modules and instantiations (pre- and suffix).
22+
- Minimization and comment stripping.
23+
- Based on [Moore](https://github.com/fabianschuiki/moore) parser.

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-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[package]
22
name = "morty"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A SystemVerilog source file pickler."
55
authors = ["Florian Zaruba <[email protected]>", "Fabian Schuiki <[email protected]>"]
66
edition = "2018"
7-
license = "MIT AND Apache-2.0"
87
license-file = "LICENSE"
98
keywords = ["hardware development", "system verilog"]
109
categories = ["command-line-utilities"]

0 commit comments

Comments
 (0)