diff --git a/CHANGELOG.md b/CHANGELOG.md index 5881875..142f345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.5] - 2025-04-10 + +### Fixed + +- Multi-line suggestions are run multiple times in the last release instead of adding to history + ## [0.7.4] - 2025-04-10 [YANKED] ### Added @@ -268,7 +274,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.4..HEAD +[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.5..HEAD +[0.7.5]: https://github.com/iffse/pay-respects/compare/v0.7.4..v0.7.5 [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 diff --git a/Cargo.lock b/Cargo.lock index 62609a2..efc61ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "pay-respects" -version = "0.7.4" +version = "0.7.5" dependencies = [ "askama", "colored", diff --git a/core/Cargo.toml b/core/Cargo.toml index 6b4cdd6..6dc224b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pay-respects" authors = ["iff "] -version = "0.7.4" +version = "0.7.5" edition = "2021" # for crates.io