diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed205c..50e254a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Versioning]. ## [Unreleased] +## [0.3.1] - 2021-04-20 + ### Fixed - Temporarily fix a build error for nightly Rust. In a nutshell, the generated @@ -108,7 +110,8 @@ Initial release. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html [#6]: https://github.com/apyrgio/tindercrypt/issues/6 -[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/apyrgio/tindercrypt/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/apyrgio/tindercrypt/compare/v0.2.2...v0.3.0 [0.2.2]: https://github.com/apyrgio/tindercrypt/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/apyrgio/tindercrypt/compare/v0.2.0...v0.2.1 diff --git a/Cargo.lock b/Cargo.lock index c628233..aadf57a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,7 +600,7 @@ dependencies = [ [[package]] name = "tindercrypt" -version = "0.3.0" +version = "0.3.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index e51aee9..463c96a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tindercrypt" -version = "0.3.0" +version = "0.3.1" authors = ["Alex Pyrgiotis "] edition = "2018" license = "MPL-2.0"