release v0.3.1

This commit is contained in:
Clément DOUIN 2021-05-04 00:23:37 +02:00
parent 8534cec8c4
commit 9ea84be081
No known key found for this signature in database
GPG key ID: 69C9B9CFFDEE2DEF
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.3.1] - 2021-05-04
### Added ### Added
- Send message via stdin [#78] - Send message via stdin [#78]
@ -166,7 +168,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.3.0...HEAD [unreleased]: https://github.com/soywod/himalaya/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/soywod/himalaya/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/soywod/himalaya/compare/v0.2.7...v0.3.0 [0.3.0]: https://github.com/soywod/himalaya/compare/v0.2.7...v0.3.0
[0.2.7]: https://github.com/soywod/himalaya/compare/v0.2.6...v0.2.7 [0.2.7]: https://github.com/soywod/himalaya/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/soywod/himalaya/compare/v0.2.5...v0.2.6 [0.2.6]: https://github.com/soywod/himalaya/compare/v0.2.5...v0.2.6

2
Cargo.lock generated
View file

@ -317,7 +317,7 @@ dependencies = [
[[package]] [[package]]
name = "himalaya" name = "himalaya"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",

View file

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