Skip to content

Commit 953bc7d

Browse files
committed
Release v0.2.5
1 parent 95c5914 commit 953bc7d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 0.2.5 - 2020-03-19
10+
## Added
11+
- Publish release artifacts
12+
## Removed
13+
- Legacy Rust CI flow
14+
915
## 0.2.4 - 2020-03-19
1016
## Fixed
1117
- Clippy suggestions

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

0 commit comments

Comments
 (0)