From 86dd922d2c8fe97a9196a8753cbdcfaadecda0f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Jul 2026 01:05:42 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.7.3=20=E2=86=92=200.7.4=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) 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"