Skip to content

Commit a1a5b48

Browse files
committed
Morty 0.9.0
1 parent 6f1b5c2 commit a1a5b48

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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

77
## Unreleased
8+
9+
## 0.9.0 - 2022-02-15
810
### Added
911
- Add switch to disable parallel file parsing (can help with STACKOVERFLOW)
1012
- Add switch to propagate defines from parsed files to subsequent files

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.8.0"
3+
version = "0.9.0"
44
description = "A SystemVerilog source file pickler."
55
authors = ["Florian Zaruba <[email protected]>", "Fabian Schuiki <[email protected]>", "Michael Rogenmoser <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)