diff --git a/CHANGELOG.md b/CHANGELOG.md index f718ccc..03fc1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to components of this project since 0.5.14 will be documente The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.6.3] 2024-12-11 ### Added @@ -69,7 +69,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.2..HEAD +[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.3..HEAD +[0.6.3]: https://github.com/iffse/pay-respects/compare/v0.6.2..0.6.3 [0.6.2]: https://github.com/iffse/pay-respects/compare/v0.6.1..v0.6.2 [0.6.1]: https://github.com/iffse/pay-respects/compare/v0.6.0..v0.6.1 [0.6.0]: https://github.com/iffse/pay-respects/compare/v0.5.15..v0.6.0 diff --git a/Cargo.lock b/Cargo.lock index 3f109b3..f0a847b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "pay-respects" -version = "0.6.2" +version = "0.6.3" dependencies = [ "colored", "inquire", @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "pay-respects-module-request-ai" -version = "0.1.2" +version = "0.1.3" dependencies = [ "colored", "curl", diff --git a/core/Cargo.toml b/core/Cargo.toml index 8be71fe..a511140 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pay-respects" authors = ["iff "] -version = "0.6.2" +version = "0.6.3" edition = "2021" # for crates.io diff --git a/module-request-ai/Cargo.toml b/module-request-ai/Cargo.toml index 4e8f301..a6eddc3 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.2" +version = "0.1.3" edition = "2021" description = "AI request module for the pay-respects CLI tool"