Skip to content

Commit 57d4a44

Browse files
committed
Release v0.5.2
1 parent b877a8b commit 57d4a44

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## Unreleased
88

99

10+
## 0.5.2 - 2021-02-04
11+
### Fixed
12+
- Fixed deprecated `add-path` in CI
13+
1014
## 0.5.1 - 2021-02-04
1115
### Fixed
1216
- Ignore comments starting with four slashes in documentation.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "morty"
3-
version = "0.5.1"
3+
version = "0.5.2"
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)