release v0.2.2

This commit is contained in:
Clément DOUIN 2021-04-04 17:46:02 +02:00
parent 1dc051c7c0
commit 0d763a1ab8
No known key found for this signature in database
GPG key ID: 69C9B9CFFDEE2DEF
3 changed files with 15 additions and 3 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -305,7 +305,7 @@ dependencies = [
[[package]]
name = "himalaya"
version = "0.2.0"
version = "0.2.2"
dependencies = [
"clap",
"error-chain",

View file

@ -1,7 +1,7 @@
[package]
name = "himalaya"
description = "📫 Minimalist CLI email client"
version = "0.2.0"
version = "0.2.2"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2018"