From 3eb01b4ad0868549724ef0c4b3aee586856ce224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Thu, 19 Feb 2026 10:39:51 +0100 Subject: [PATCH] build: release v1.2.0 --- CHANGELOG.md | 10 +++++----- Cargo.lock | 2 +- Cargo.toml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c00c813..5683fd8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index b57fad6e..1886690e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "1.1.0" +version = "1.2.0" dependencies = [ "ariadne", "clap", diff --git a/Cargo.toml b/Cargo.toml index 714f7353..93c2a754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "himalaya" description = "CLI to manage emails" -version = "1.1.0" -authors = ["soywod "] +version = "1.2.0" +authors = ["Clément DOUIN "] 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"]