diff --git a/CHANGELOG.md b/CHANGELOG.md index 50145c5..169b905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.7.1 (2026-06-19) + +### Fix + +- sbx mixins must be passed in directories, not as files and the files must be named spec.yaml per new sbx version + ## v0.7.0 (2026-06-18) ### Feat diff --git a/Cargo.lock b/Cargo.lock index fcdfb30..1569cdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1402,7 +1402,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "coyote-ai" -version = "0.7.0" +version = "0.7.1" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 64f4ac6..4b887fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coyote-ai" -version = "0.7.0" +version = "0.7.1" edition = "2024" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"