diff --git a/CHANGELOG.md b/CHANGELOG.md index fb3f38f..39316c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ### Fix diff --git a/Cargo.lock b/Cargo.lock index f74ea5d..6438651 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1408,7 +1408,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "coyote-ai" -version = "0.7.3" +version = "0.7.4" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 68809bf..434b578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coyote-ai" -version = "0.7.3" +version = "0.7.4" edition = "2024" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"