prepare release v0.5.9

This commit is contained in:
Clément DOUIN 2022-03-12 18:02:46 +01:00
parent e5413fb902
commit 4f6f884962
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
3 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.9] - 2022-03-12
### Added ### Added
- SMTP pre-send hook [#178] - SMTP pre-send hook [#178]
@ -355,7 +357,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.5.8...HEAD [unreleased]: https://github.com/soywod/himalaya/compare/v0.5.9...HEAD
[0.5.9]: https://github.com/soywod/himalaya/compare/v0.5.8...v0.5.9
[0.5.8]: https://github.com/soywod/himalaya/compare/v0.5.7...v0.5.8 [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.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.6]: https://github.com/soywod/himalaya/compare/v0.5.5...v0.5.6

2
Cargo.lock generated
View file

@ -442,7 +442,7 @@ dependencies = [
[[package]] [[package]]
name = "himalaya" name = "himalaya"
version = "0.5.8" version = "0.5.9"
dependencies = [ dependencies = [
"ammonia", "ammonia",
"anyhow", "anyhow",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "himalaya" name = "himalaya"
description = "Command-line interface for email management" description = "Command-line interface for email management"
version = "0.5.8" version = "0.5.9"
authors = ["soywod <clement.douin@posteo.net>"] authors = ["soywod <clement.douin@posteo.net>"]
edition = "2018" edition = "2018"
license-file = "LICENSE" license-file = "LICENSE"