From 34d002b757e9faca606b58f1083d9c400ff3b3f6 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 30 Dec 2020 01:11:41 +0900 Subject: [PATCH] Release 0.5.2 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270abdc..d8fd327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] +## [0.5.2] - 2020-12-29 + +- Documentation improvements. + ## [0.5.1] - 2020-10-14 - Implement `Parse` for `Signature`. @@ -54,7 +58,8 @@ This project adheres to [Semantic Versioning](https://semver.org). Initial release -[unreleased]: https://github.com/taiki-e/syn-mid/compare/v0.5.1...HEAD +[unreleased]: https://github.com/taiki-e/syn-mid/compare/v0.5.2...HEAD +[0.5.2]: https://github.com/taiki-e/syn-mid/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/taiki-e/syn-mid/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/taiki-e/syn-mid/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/taiki-e/syn-mid/compare/v0.3.0...v0.4.0 diff --git a/Cargo.toml b/Cargo.toml index 2a9cc5f..82b3a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn-mid" -version = "0.5.1" +version = "0.5.2" authors = ["Taiki Endo "] edition = "2018" license = "Apache-2.0 OR MIT"