build: release v1.1.0

This commit is contained in:
Clément DOUIN
2025-01-11 15:44:24 +01:00
parent 21a97b83f3
commit 5632fdac3b
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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]
Generated
+1 -1
View File
@@ -1793,7 +1793,7 @@ dependencies = [
[[package]]
name = "himalaya"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"ariadne",
"clap",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "himalaya"
description = "CLI to manage emails"
version = "1.0.0"
version = "1.1.0"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"