From 5632fdac3b1ca386b37957c772f288c5fc953a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sat, 11 Jan 2025 15:44:24 +0100 Subject: [PATCH] build: release v1.1.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02eef70b..dcd3ef0c 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.1.0] - 2025-01-11 + ### Added - Added `-y|--yes` flag for `folder purge` and `folder delete` commands. [#469] diff --git a/Cargo.lock b/Cargo.lock index 8631cfdf..8470d9c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1793,7 +1793,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "1.0.0" +version = "1.1.0" dependencies = [ "ariadne", "clap", diff --git a/Cargo.toml b/Cargo.toml index 818f1161..fb2ec03f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "CLI to manage emails" -version = "1.0.0" +version = "1.1.0" authors = ["soywod "] edition = "2021" license = "MIT"