v0.1.6: bump for agent-vm shell <cmd> fix

82d97fc fixed shell-passthrough so `agent-vm shell ls /tmp` runs
`bash -c 'ls /tmp'` instead of bash trying to exec ls as a script
(exit 126: "cannot execute binary file"). Bump for release.
This commit is contained in:
Evgeny Boger 2026-05-25 18:46:16 +03:00
parent 82d97fc4c3
commit 2cb978809b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -21,7 +21,7 @@ dependencies = [
[[package]]
name = "agent-vm"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"anyhow",
"base64",

View file

@ -6,7 +6,7 @@ members = ["crates/agent-vm"]
exclude = ["vendor/microsandbox"]
[workspace.package]
version = "0.1.5"
version = "0.1.6"
edition = "2024"
license = "MIT"
repository = "https://github.com/wirenboard/agent-vm"