build: release v1.2.0

This commit is contained in:
Clément DOUIN
2026-02-19 10:39:51 +01:00
parent ea3308b2de
commit 3eb01b4ad0
3 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.2.0] - 2026-02-19
### Added
- Added `--quiet` flag ([#545]).
@@ -17,12 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Made `message send` and `template send` return id ([#627]).
- Enabled shell expansion for email, IMAP and SMTP login fields, which allows usage of environment variables ([#632]).
### Changed
- Bumped all deps, fixing `rustls-platform-verifier` compatibility version issue.
### Fixed
- Bumped all deps, fixing `rustls-platform-verifier` compatibility version issue.
- Fixed invalid fetch with NIL body encoding ([#525]).
- Fixed freeze when sending large attachments ([#593]).
- Fixed abusive warn logs from IMAP libs ([#552]).
@@ -959,7 +958,8 @@ Few major concepts changed:
[core#1]: https://github.com/pimalaya/core/issues/1
[core#10]: https://github.com/pimalaya/core/issues/10
[Unreleased]: https://github.com/pimalaya/himalaya/compare/v1.1.0...HEAD
[unreleased]: https://github.com/pimalaya/himalaya/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/pimalaya/himalaya/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/pimalaya/himalaya/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/pimalaya/himalaya/compare/v1.0.0-beta.4...v1.0.0
[1.0.0-beta.4]: https://github.com/pimalaya/himalaya/compare/v1.0.0-beta.3...v1.0.0-beta.4
Generated
+1 -1
View File
@@ -1845,7 +1845,7 @@ dependencies = [
[[package]]
name = "himalaya"
version = "1.1.0"
version = "1.2.0"
dependencies = [
"ariadne",
"clap",
+5 -5
View File
@@ -1,15 +1,15 @@
[package]
name = "himalaya"
description = "CLI to manage emails"
version = "1.1.0"
authors = ["soywod <clement.douin@posteo.net>"]
version = "1.2.0"
authors = ["Clément DOUIN <pimalaya.org@posteo.net>"]
edition = "2021"
license = "MIT"
categories = ["command-line-utilities", "email"]
keywords = ["cli", "email", "imap", "maildir", "smtp"]
homepage = "https://pimalaya.org/"
documentation = "https://github.com/pimalaya/himalaya/"
repository = "https://github.com/pimalaya/himalaya/"
homepage = "https://pimalaya.org"
documentation = "https://github.com/pimalaya/himalaya"
repository = "https://github.com/pimalaya/himalaya"
[package.metadata.docs.rs]
features = ["imap", "maildir", "smtp", "sendmail", "oauth2", "wizard", "pgp-commands", "pgp-native"]