Skip to content

Commit bcab4e3

Browse files
committed
bump up to 0.1.1
1 parent 9d7eb36 commit bcab4e3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

claudio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "claudio"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Claudio: configurable mock of claude-code CLI for void-box testing and playground"
66
publish = false

guest-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "guest-agent"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Guest agent for void-box VMs - runs as init process"
66
publish = false

void-box-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "void-box-protocol"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Shared wire-format types for host ↔ guest communication in void-box"
66

voidbox-oci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "voidbox-oci"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)