From 0d763a1ab83c4db35d0c4d3ac17c41bd3bd9438e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sun, 4 Apr 2021 17:46:02 +0200 Subject: [PATCH] release v0.2.2 --- CHANGELOG.md | 14 +++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58fef8..be2fa9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2021-04-04 + +### Added + +- `w` alias for `write` cmd + +### Fixed + +- `attachments` cmd logs +- Page size arg `search` cmd + ## [0.2.1] - 2021-04-04 ### Added @@ -63,7 +74,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.2.1...HEAD +[unreleased]: https://github.com/soywod/himalaya/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/soywod/himalaya/compare/v0.2.2...v0.2.1 [0.2.1]: https://github.com/soywod/himalaya/compare/v0.2.1...v0.2.0 [0.2.0]: https://github.com/soywod/himalaya/compare/v0.2.0...v0.1.0 [0.1.0]: https://github.com/soywod/himalaya/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 1f7c464..ff70a8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "0.2.0" +version = "0.2.2" dependencies = [ "clap", "error-chain", diff --git a/Cargo.toml b/Cargo.toml index 4e0e2da..3479e52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "📫 Minimalist CLI email client" -version = "0.2.0" +version = "0.2.2" authors = ["soywod "] edition = "2018"