mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
v0.7.5
This commit is contained in:
parent
969c372703
commit
68ebf56b50
3 changed files with 10 additions and 3 deletions
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue