mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-05 16:12:54 +02:00
v0.7.7
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.7] - 2025-06-11
|
||||
|
||||
### Added
|
||||
|
||||
- Configuration file, allowing to customize some parameters
|
||||
@@ -326,7 +328,8 @@ normalized to `--nocnf`
|
||||
|
||||
History start.
|
||||
|
||||
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.6..HEAD
|
||||
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.7..HEAD
|
||||
[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
|
||||
[0.7.4]: https://github.com/iffse/pay-respects/compare/v0.7.3..v0.7.4
|
||||
|
536
Cargo.lock
generated
536
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -192,6 +192,10 @@ curl -sSfL https://raw.githubusercontent.com/iffse/pay-respects/main/install.sh
|
||||
|
||||
</details>
|
||||
|
||||
## Configuration
|
||||
|
||||
See [configuration](./config.md).
|
||||
|
||||
## Rules & Modules
|
||||
|
||||
See the following pages:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "pay-respects"
|
||||
authors = ["iff <iff@ik.me>"]
|
||||
version = "0.7.6"
|
||||
version = "0.7.7"
|
||||
edition = "2021"
|
||||
|
||||
# for crates.io
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pay-respects-module-request-ai"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
edition = "2021"
|
||||
|
||||
description = "AI request module for the pay-respects CLI tool"
|
||||
|
Reference in New Issue
Block a user