This commit is contained in:
iff
2025-06-11 14:09:51 +02:00
parent 95015bb064
commit ce6c71fe58
5 changed files with 230 additions and 319 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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:

View File

@@ -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

View File

@@ -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"