From cd49ea3d9b0111ad9d77c86d930c031845b647cc Mon Sep 17 00:00:00 2001 From: iff Date: Thu, 10 Apr 2025 17:48:59 +0200 Subject: [PATCH] v0.7.4 --- CHANGELOG.md | 5 ++++- Cargo.lock | 8 ++++---- core/Cargo.toml | 2 +- module-request-ai/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a62ecc..e7d0f56 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] +## [0.7.4] - 2025-04-10 + ### Added - Adding executed commands to history for Bash, Zsh, and Fish @@ -266,7 +268,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 History start. -[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.3..HEAD +[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.4..HEAD +[0.7.4]: https://github.com/iffse/pay-respects/compare/v0.7.3..v0.7.4 [0.7.3]: https://github.com/iffse/pay-respects/compare/v0.7.2..v0.7.3 [0.7.2]: https://github.com/iffse/pay-respects/compare/v0.7.1..v0.7.2 [0.7.1]: https://github.com/iffse/pay-respects/compare/v0.7.0..v0.7.1 diff --git a/Cargo.lock b/Cargo.lock index 1b4e4ad..62609a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "pay-respects" -version = "0.7.3" +version = "0.7.4" dependencies = [ "askama", "colored", @@ -917,7 +917,7 @@ dependencies = [ [[package]] name = "pay-respects-module-request-ai" -version = "0.2.2" +version = "0.2.3" dependencies = [ "askama", "colored", @@ -1280,9 +1280,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.25" +version = "0.23.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" +checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0" dependencies = [ "once_cell", "ring", diff --git a/core/Cargo.toml b/core/Cargo.toml index 5da655a..6b4cdd6 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pay-respects" authors = ["iff "] -version = "0.7.3" +version = "0.7.4" edition = "2021" # for crates.io diff --git a/module-request-ai/Cargo.toml b/module-request-ai/Cargo.toml index 05e5c74..99c70a6 100644 --- a/module-request-ai/Cargo.toml +++ b/module-request-ai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pay-respects-module-request-ai" -version = "0.2.2" +version = "0.2.3" edition = "2021" description = "AI request module for the pay-respects CLI tool"