From 1e5439eea7ef869b1aa64706943f93a564c10847 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 13 Apr 2020 00:51:43 +0300 Subject: [PATCH] Release 0.2.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 4c1208f..11e007d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Versioning]. ## [Unreleased] +## [0.2.2] - 2020-04-13 + ### Changed - Use the `thiserror` crate to make the library errors implement the `Error` @@ -55,7 +57,8 @@ Initial release. [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html -[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.2.2...HEAD +[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 [0.2.0]: https://github.com/apyrgio/tindercrypt/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/apyrgio/tindercrypt/compare/v0.1.0...v0.1.1 diff --git a/Cargo.lock b/Cargo.lock index 68abd13..faf18b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -651,7 +651,7 @@ dependencies = [ [[package]] name = "tindercrypt" -version = "0.2.1" +version = "0.2.2" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index c4a25bc..03c72a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tindercrypt" -version = "0.2.1" +version = "0.2.2" authors = ["Alex Pyrgiotis "] edition = "2018" license = "MPL-2.0"