From 7cdfa3a239dd7ed90163b47987059ac03f250e74 Mon Sep 17 00:00:00 2001 From: iff Date: Fri, 13 Dec 2024 12:29:48 +0100 Subject: [PATCH] v0.6.5 --- CHANGELOG.md | 5 ++++- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- module-request-ai/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39538cc..d567929 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.6.5] 2024-12-13 + ### Added - AI module: Show raw body on parse failure (sometime the AI forgets a bracket) @@ -93,7 +95,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.6.4..HEAD +[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.5..HEAD +[0.6.5]: https://github.com/iffse/pay-respects/compare/v0.6.4..v0.6.5 [0.6.4]: https://github.com/iffse/pay-respects/compare/v0.6.3..v0.6.4 [0.6.3]: https://github.com/iffse/pay-respects/compare/v0.6.2..v0.6.3 [0.6.2]: https://github.com/iffse/pay-respects/compare/v0.6.1..v0.6.2 diff --git a/Cargo.lock b/Cargo.lock index 206dea2..82c9049 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "pay-respects" -version = "0.6.4" +version = "0.6.5" dependencies = [ "colored", "inquire", @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "pay-respects-module-request-ai" -version = "0.1.6" +version = "0.1.7" dependencies = [ "colored", "curl", diff --git a/core/Cargo.toml b/core/Cargo.toml index 33223d5..93991fa 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pay-respects" authors = ["iff "] -version = "0.6.4" +version = "0.6.5" edition = "2021" # for crates.io diff --git a/module-request-ai/Cargo.toml b/module-request-ai/Cargo.toml index fe425a5..c73733e 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.1.6" +version = "0.1.7" edition = "2021" description = "AI request module for the pay-respects CLI tool"