mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-06 00:22:43 +02:00
v0.7.8
This commit is contained in:
@@ -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
|
||||
|
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -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",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "pay-respects"
|
||||
authors = ["iff <iff@ik.me>"]
|
||||
version = "0.7.7"
|
||||
version = "0.7.8"
|
||||
edition = "2021"
|
||||
|
||||
# for crates.io
|
||||
|
Reference in New Issue
Block a user