chore(release): prepare for v2.1.1

This commit is contained in:
sgoudham 2025-08-11 16:51:38 +01:00
parent a6c1eb299c
commit b22b1da443
No known key found for this signature in database
GPG Key ID: 44E818FD5457EEA4
3 changed files with 17 additions and 2 deletions

View File

@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file.
## [v2.1.1](https://github.com/catppuccin/rockdove/releases/tag/v2.1.1) - 2025-08-11
### 🚜 Refactor
- Update to Rust Edition 2024 ([#42](https://github.com/catppuccin/rockdove/issues/42)) ([a6c1eb2](https://github.com/catppuccin/rockdove/commit/a6c1eb2))
### 📚 Documentation
- (README): Add missing speech mark ([f9f5125](https://github.com/catppuccin/rockdove/commit/f9f5125))
- (README): Add release steps ([#40](https://github.com/catppuccin/rockdove/issues/40)) ([5c4e4b6](https://github.com/catppuccin/rockdove/commit/5c4e4b6))
## [2.1.0](https://github.com/catppuccin/rockdove/releases/tag/2.1.0) - 2025-04-18

2
Cargo.lock generated
View File

@ -193,7 +193,7 @@ dependencies = [
[[package]]
name = "catppuccin-rockdove"
version = "2.1.0"
version = "2.1.1"
dependencies = [
"anyhow",
"axum",

View File

@ -1,6 +1,6 @@
[package]
name = "catppuccin-rockdove"
version = "2.1.0"
version = "2.1.1"
description = "🤖 Soothing pastel attacks for Men In The Middle"
repository = "https://github.com/catppuccin/rockdove"
edition = "2024"