diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c61ae2..2edbd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ The format is based on [Keep a Changelog], and this project adheres to ## [Unreleased] +## [0.7.8] - 2025-06-12 + ### Fixed - Nix: Shell install via `nix-shell` @@ -332,7 +334,8 @@ normalized to `--nocnf` History start. -[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.7..HEAD +[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.8..HEAD +[0.7.8]: https://github.com/iffse/pay-respects/compare/v0.7.7..v0.7.8 [0.7.7]: https://github.com/iffse/pay-respects/compare/v0.7.6..v0.7.7 [0.7.6]: https://github.com/iffse/pay-respects/compare/v0.7.5..v0.7.6 [0.7.5]: https://github.com/iffse/pay-respects/compare/v0.7.4..v0.7.5 diff --git a/Cargo.lock b/Cargo.lock index 6c40050..ada727d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -789,9 +789,9 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "memchr" -version = "2.7.4" +version = "2.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" +checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "miniz_oxide" @@ -883,7 +883,7 @@ dependencies = [ [[package]] name = "pay-respects" -version = "0.7.7" +version = "0.7.8" dependencies = [ "askama", "colored", diff --git a/core/Cargo.toml b/core/Cargo.toml index 9aca3de..0689f47 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pay-respects" authors = ["iff "] -version = "0.7.7" +version = "0.7.8" edition = "2021" # for crates.io