From 4fc8c4e2b4d8493baa2fb2d7b22bf6712a0c07f7 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 21 Jun 2021 20:03:54 +0000 Subject: [PATCH] Release v0.3.2 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d26635..c649c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Versioning]. ## [Unreleased] +## [0.3.2] - 2021-06-21 + ### Fixed - Fix a `rustdoc::bare_urls` warning for some links that we used in our @@ -116,7 +118,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.1...HEAD +[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/apyrgio/tindercrypt/compare/v0.3.1...v0.3.2 [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 diff --git a/Cargo.lock b/Cargo.lock index ad77f34..bef01fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "tindercrypt" -version = "0.3.1" +version = "0.3.2" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 463c96a..6dc4012 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tindercrypt" -version = "0.3.1" +version = "0.3.2" authors = ["Alex Pyrgiotis "] edition = "2018" license = "MPL-2.0"