Skip to content

Commit a73e5bc

Browse files
authored
Merge pull request #960 from Mossaka/rc1
containerd-shim-wasm: bump version to 1.0.0-rc.1
2 parents 0e579d7 + a9d030b commit a73e5bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ anyhow = "1.0"
2727
chrono = { version = "0.4", default-features = false, features = ["clock"] }
2828
containerd-shim = "0.8"
2929
containerd-shimkit = { path = "crates/containerd-shimkit", version = "0.1.1" }
30-
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "1.0.0" }
30+
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "1.0.0-rc.1" }
3131
containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules", version = "0.4.0"}
3232
oci-tar-builder = { path = "crates/oci-tar-builder", version = "0.4.0" }
3333
env_logger = "0.11"

crates/containerd-shim-wasm/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44

55
## [Unreleased]
66

7-
## [v1.0.0] - 2025-03-26
7+
## [v1.0.0]
88

99
### Changed
1010
- `containerd_shim_wasm::sandbox::shim::Cli` -> `containerd_shim_wasm::sandbox::shim::Shim` and it is no longer public, because this was not intended to be used by users of the crate.

crates/containerd-shim-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "containerd-shim-wasm"
33
description = "Library for building containerd shims for wasm"
4-
version = "1.0.0"
4+
version = "1.0.0-rc.1"
55
edition.workspace = true
66
license.workspace = true
77
readme = "README.md"

0 commit comments

Comments
 (0)