diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e7ae5..904b816 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.8] - 2022-03-04 + ### Added - Flowed format support [#206] @@ -336,7 +338,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.7...HEAD +[unreleased]: https://github.com/soywod/himalaya/compare/v0.5.8...HEAD +[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 [0.5.5]: https://github.com/soywod/himalaya/compare/v0.5.4...v0.5.5 diff --git a/Cargo.lock b/Cargo.lock index 72d643a..027fa1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "0.5.7" +version = "0.5.8" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 735754a..642dab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "Command-line interface for email management" -version = "0.5.7" +version = "0.5.8" authors = ["soywod "] edition = "2018" license-file = "LICENSE"