From f6b2fa76b7860ca3893bb3b01f51115c184633dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sat, 8 May 2021 22:34:00 +0200 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 edbf6db..c6125b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2021-05-08 + ### Added - Mailbox attributes [#134] @@ -185,7 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Password from command [#22] - Set up README [#20] -[unreleased]: https://github.com/soywod/himalaya/compare/v0.3.1...HEAD +[unreleased]: https://github.com/soywod/himalaya/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/soywod/himalaya/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/soywod/himalaya/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/soywod/himalaya/compare/v0.2.7...v0.3.0 [0.2.7]: https://github.com/soywod/himalaya/compare/v0.2.6...v0.2.7 diff --git a/Cargo.lock b/Cargo.lock index 60378d1..ce8c59d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "0.3.1" +version = "0.3.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index fe0e40c..4003b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "📫 CLI email client" -version = "0.3.1" +version = "0.3.2" authors = ["soywod "] edition = "2018"