mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
v0.6.5
This commit is contained in:
parent
44977ec742
commit
7cdfa3a239
4 changed files with 8 additions and 5 deletions
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.6.5] 2024-12-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- AI module: Show raw body on parse failure (sometime the AI forgets a bracket)
|
- AI module: Show raw body on parse failure (sometime the AI forgets a bracket)
|
||||||
|
|
@ -93,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
History start.
|
History start.
|
||||||
|
|
||||||
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.4..HEAD
|
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.5..HEAD
|
||||||
|
[0.6.5]: https://github.com/iffse/pay-respects/compare/v0.6.4..v0.6.5
|
||||||
[0.6.4]: https://github.com/iffse/pay-respects/compare/v0.6.3..v0.6.4
|
[0.6.4]: https://github.com/iffse/pay-respects/compare/v0.6.3..v0.6.4
|
||||||
[0.6.3]: https://github.com/iffse/pay-respects/compare/v0.6.2..v0.6.3
|
[0.6.3]: https://github.com/iffse/pay-respects/compare/v0.6.2..v0.6.3
|
||||||
[0.6.2]: https://github.com/iffse/pay-respects/compare/v0.6.1..v0.6.2
|
[0.6.2]: https://github.com/iffse/pay-respects/compare/v0.6.1..v0.6.2
|
||||||
|
|
|
||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -445,7 +445,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pay-respects"
|
name = "pay-respects"
|
||||||
version = "0.6.4"
|
version = "0.6.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"colored",
|
"colored",
|
||||||
"inquire",
|
"inquire",
|
||||||
|
|
@ -458,7 +458,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pay-respects-module-request-ai"
|
name = "pay-respects-module-request-ai"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"colored",
|
"colored",
|
||||||
"curl",
|
"curl",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pay-respects"
|
name = "pay-respects"
|
||||||
authors = ["iff <iff@ik.me>"]
|
authors = ["iff <iff@ik.me>"]
|
||||||
version = "0.6.4"
|
version = "0.6.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# for crates.io
|
# for crates.io
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pay-respects-module-request-ai"
|
name = "pay-respects-module-request-ai"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
description = "AI request module for the pay-respects CLI tool"
|
description = "AI request module for the pay-respects CLI tool"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue