Skip to content

Commit

Permalink
Morty 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Feb 15, 2023
1 parent 6f1b5c2 commit a1a5b48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.9.0 - 2022-02-15
### Added
- Add switch to disable parallel file parsing (can help with STACKOVERFLOW)
- Add switch to propagate defines from parsed files to subsequent files
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "morty"
version = "0.8.0"
version = "0.9.0"
description = "A SystemVerilog source file pickler."
authors = ["Florian Zaruba <[email protected]>", "Fabian Schuiki <[email protected]>", "Michael Rogenmoser <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit a1a5b48

Please sign in to comment.