Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 801e8a5

Browse files
authored
chore(all): bump version to 0.11.0 (#210)
Signed-off-by: jiaxiao zhou <[email protected]>
1 parent 79ac5b8 commit 801e8a5

File tree

17 files changed

+381
-401
lines changed

17 files changed

+381
-401
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.10.0"
2+
version = "0.11.0"
33
edition = "2021"
44
license = "Apache-2.0"
55
readme = "README.md"

containerd-shim-lunatic/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerd-shim-lunatic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim-lunatic-v1"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

containerd-shim-slight/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerd-shim-slight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim-slight-v1"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["DeisLabs Engineering Team"]
55
edition = "2021"
66
repository = 'https://github.com/deislabs/containerd-wasm-shims'

0 commit comments

Comments
 (0)