mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
release v0.2.2
This commit is contained in:
parent
1dc051c7c0
commit
0d763a1ab8
3 changed files with 15 additions and 3 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.2.1] - 2021-04-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -63,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Password from command [#22]
|
- Password from command [#22]
|
||||||
- Set up README [#20]
|
- 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.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.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
|
[0.1.0]: https://github.com/soywod/himalaya/releases/tag/v0.1.0
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -305,7 +305,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "himalaya"
|
name = "himalaya"
|
||||||
version = "0.2.0"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"error-chain",
|
"error-chain",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "himalaya"
|
name = "himalaya"
|
||||||
description = "📫 Minimalist CLI email client"
|
description = "📫 Minimalist CLI email client"
|
||||||
version = "0.2.0"
|
version = "0.2.2"
|
||||||
authors = ["soywod <clement.douin@posteo.net>"]
|
authors = ["soywod <clement.douin@posteo.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue