This commit is contained in:
iff 2025-04-10 20:04:00 +02:00
parent 969c372703
commit 68ebf56b50
3 changed files with 10 additions and 3 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [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] ## [0.7.4] - 2025-04-10 [YANKED]
### Added ### Added
@ -268,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
History start. 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.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.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.2]: https://github.com/iffse/pay-respects/compare/v0.7.1..v0.7.2

2
Cargo.lock generated
View file

@ -902,7 +902,7 @@ dependencies = [
[[package]] [[package]]
name = "pay-respects" name = "pay-respects"
version = "0.7.4" version = "0.7.5"
dependencies = [ dependencies = [
"askama", "askama",
"colored", "colored",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pay-respects" name = "pay-respects"
authors = ["iff <iff@ik.me>"] authors = ["iff <iff@ik.me>"]
version = "0.7.4" version = "0.7.5"
edition = "2021" edition = "2021"
# for crates.io # for crates.io