bump: version 0.7.3 → 0.7.4 [skip ci]
This commit is contained in:
@@ -1,3 +1,20 @@
|
|||||||
|
## v0.7.4 (2026-07-02)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- Pin specific usql version to sbx kit
|
||||||
|
- recursively take ownership over the copied in coyote config for the sbx
|
||||||
|
- explicitly specify the COYOTE_CONFIG_DIR in the sbx kit
|
||||||
|
- --tail-logs can track log rollovers and incoporates a sleep timer to minimize idle CPU cycles
|
||||||
|
- Added support for log rolling so log files don't just blow up over time
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Added back in --kit specification for the running of the sbx
|
||||||
|
- sbx isn't copying base files in their respective directories
|
||||||
|
- Update deprecated sbx kit config
|
||||||
|
- Properly chown the coyote config recursively and password file in the sbx
|
||||||
|
|
||||||
## v0.7.3 (2026-06-24)
|
## v0.7.3 (2026-06-24)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|||||||
Generated
+1
-1
@@ -1408,7 +1408,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "coyote-ai"
|
name = "coyote-ai"
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_colours",
|
"ansi_colours",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "coyote-ai"
|
name = "coyote-ai"
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
||||||
description = "An all-in-one, batteries included LLM CLI Tool"
|
description = "An all-in-one, batteries included LLM CLI Tool"
|
||||||
|
|||||||
Reference in New Issue
Block a user