mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
release v0.2.2
This commit is contained in:
+13
-1
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -305,7 +305,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "himalaya"
|
||||
version = "0.2.0"
|
||||
version = "0.2.2"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"error-chain",
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user