bump: version 0.10.0 → 0.10.1 [skip ci]

This commit is contained in:
github-actions[bot]
2026-08-31 20:08:39 +00:00
parent 00a21ee777
commit 40996a06fe
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.10.1 (2026-08-31)
### Fix
- make binary shims for custom tools cross-device compatible so users can't accidentally break sandboxes via `sbx cp ~/.config/coyote <sbx-name>:/home/agent/.config`
## v0.10.0 (2026-08-29)
### BREAKING CHANGE
Generated
+1 -1
View File
@@ -1663,7 +1663,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "coyote-ai"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"ansi_colours",
"anyhow",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "coyote-ai"
version = "0.10.0"
version = "0.10.1"
edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "The batteries-included runtime for LLMs"