Skip to content

Commit 798ab74

Browse files
jsturtevantmxpv
authored andcommitted
Release 0.7.0 of Shim and 0.5.0 of client
Signed-off-by: James Sturtevant <[email protected]>
1 parent b15a1dd commit 798ab74

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

crates/client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-client"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [
55
"Maksym Pavlenko <[email protected]>",
66
"The containerd Authors",

crates/runc-shim/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ path = "src/main.rs"
2525
doc = false
2626

2727
[dependencies]
28-
containerd-shim = { path = "../shim", version = "0.6.0", features = ["async"] }
28+
containerd-shim = { path = "../shim", version = "0.7.0", features = ["async"] }
2929
crossbeam = "0.8.1"
3030
libc.workspace = true
3131
log.workspace = true

crates/shim-protos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim-protos"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = [
55
"Maksym Pavlenko <[email protected]>",
66
"The containerd Authors",

crates/shim/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = [
55
"Maksym Pavlenko <[email protected]>",
66
"The containerd Authors",
@@ -33,7 +33,7 @@ name = "windows-log-reader"
3333
path = "examples/windows_log_reader.rs"
3434

3535
[dependencies]
36-
containerd-shim-protos = { path = "../shim-protos", version = "0.6.0" }
36+
containerd-shim-protos = { path = "../shim-protos", version = "0.7.0" }
3737
go-flag = "0.1.0"
3838
lazy_static = "1.4.0"
3939
libc.workspace = true

0 commit comments

Comments
 (0)