Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf committed Apr 2, 2020
1 parent 38bcd8f commit 9fb4683
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
34 changes: 21 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,60 +5,68 @@ 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
## Changed

## 0.4.0 - 2020-04-02
### Changed
- Use `rayon` to parallelize source file parsing.

### Fixed
- Fixed desync of preprocessed text and actual parsing.

### Removed
- Minimization feature.

## 0.3.0 - 2020-03-20
## Added
### Added
- Re-add minimization and comment-stripping

## Changed
### Changed
- Switch to patched `sv-parser` version.
- Switch to `anyhow` result.
- Update dependencies.
- Re-organize uses and mods.

## 0.2.6 - 2020-03-19
## Added
### Added
- Build for different Linux distributions

## 0.2.5 - 2020-03-19
## Added
### Added
- Publish release artifacts
## Removed
- Legacy Rust CI flow

## 0.2.4 - 2020-03-19
## Fixed
### Fixed
- Clippy suggestions
## Added
### Added
- CI infrastructure

## 0.2.3 - 2020-03-15
## Fixed
### Fixed
- Only re-name defined packages and modules.
- Bump `sv-parser` to `0.6.4`.

## 0.2.2 - 2020-03-13
## Fixed
### Fixed
- Re-name modules before they have been declared.

## 0.2.1 - 2020-03-13
## Fixed
### Fixed
- Re-name all package constants (`ClassScope`).

## 0.2.0 - 2020-03-12
## Added
### Added
- Add minimzed testcases.
- Add renaming of packages.
- Add interface renaming.
- Add renaming of `endmodule` labels.

## Changed
### Changed
- Use [sv-parser](https://github.com/dalance/sv-parser) as the main SV parser.

## 0.1.0 - 2019-09-26
## Added
### Added
- First version able to re-name modules and instantiations (pre- and suffix).
- Minimization and comment stripping.
- Based on [Moore](https://github.com/fabianschuiki/moore) parser.
14 changes: 7 additions & 7 deletions 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.3.0-dev"
version = "0.4.0"
description = "A SystemVerilog source file pickler."
authors = ["Florian Zaruba <[email protected]>", "Fabian Schuiki <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 9fb4683

Please sign in to comment.