From 28fffe7ae601300c6ca346aa2ea686ccad66a350 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 20 Mar 2020 00:52:51 +0200 Subject: [PATCH] Release 0.2.0 --- 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 3306b8d..bea3f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Versioning]. ## [Unreleased] +## [0.2.0] - 2020-03-22 + ### Added - Add Windows support. @@ -41,6 +43,7 @@ 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.1.1...HEAD +[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.2.0...HEAD +[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 [0.1.0]: https://github.com/apyrgio/tindercrypt/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 7209f4f..ba69055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,7 +562,7 @@ dependencies = [ [[package]] name = "tindercrypt" -version = "0.1.1" +version = "0.2.0" dependencies = [ "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2d6ec96..8aaf0ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tindercrypt" -version = "0.1.1" +version = "0.2.0" authors = ["Alex Pyrgiotis "] edition = "2018" license = "MPL-2.0"