From 4f6f88496251fd872027a04d35256a1650b43a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sat, 12 Mar 2022 18:02:46 +0100 Subject: [PATCH] prepare release v0.5.9 --- 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 f76f8622..29fe0692 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.5.9] - 2022-03-12 + ### Added - SMTP pre-send hook [#178] @@ -355,7 +357,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.5.8...HEAD +[unreleased]: https://github.com/soywod/himalaya/compare/v0.5.9...HEAD +[0.5.9]: https://github.com/soywod/himalaya/compare/v0.5.8...v0.5.9 [0.5.8]: https://github.com/soywod/himalaya/compare/v0.5.7...v0.5.8 [0.5.7]: https://github.com/soywod/himalaya/compare/v0.5.6...v0.5.7 [0.5.6]: https://github.com/soywod/himalaya/compare/v0.5.5...v0.5.6 diff --git a/Cargo.lock b/Cargo.lock index 9dd62786..171ec192 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "0.5.8" +version = "0.5.9" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4cde60e4..c4010d9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "Command-line interface for email management" -version = "0.5.8" +version = "0.5.9" authors = ["soywod "] edition = "2018" license-file = "LICENSE"