mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
v0.7.8
This commit is contained in:
parent
b548092b20
commit
eda1ddca6e
3 changed files with 8 additions and 5 deletions
|
|
@ -11,6 +11,8 @@ The format is based on [Keep a Changelog], and this project adheres to
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.7.8] - 2025-06-12
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Nix: Shell install via `nix-shell`
|
- Nix: Shell install via `nix-shell`
|
||||||
|
|
@ -332,7 +334,8 @@ normalized to `--nocnf`
|
||||||
|
|
||||||
History start.
|
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.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.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
|
[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]]
|
[[package]]
|
||||||
name = "memchr"
|
name = "memchr"
|
||||||
version = "2.7.4"
|
version = "2.7.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "miniz_oxide"
|
name = "miniz_oxide"
|
||||||
|
|
@ -883,7 +883,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pay-respects"
|
name = "pay-respects"
|
||||||
version = "0.7.7"
|
version = "0.7.8"
|
||||||
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.7"
|
version = "0.7.8"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# for crates.io
|
# for crates.io
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue