diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ffa08..24e00e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.8.2 (2026-07-31) + +### Fix + +- sbx update doesn't allow undefined fields in sbx spec + ## v0.8.1 (2026-07-30) ### Feat diff --git a/Cargo.lock b/Cargo.lock index 3570e05..a2694f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1444,7 +1444,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "coyote-ai" -version = "0.8.1" +version = "0.8.2" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 294d651..323bb0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coyote-ai" -version = "0.8.1" +version = "0.8.2" edition = "2024" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"