From 13ae16577a2a3a84f7324df0cddd421d96169344 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 10 Aug 2023 12:58:06 -0700 Subject: [PATCH] Bump client to 0.4.0 Signed-off-by: Maksym Pavlenko --- crates/client/Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 4d9c15b7..95c9612c 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "containerd-client" -version = "0.3.0" -authors = ["Maksym Pavlenko ", "The containerd Authors"] +version = "0.4.0" +authors = [ + "Maksym Pavlenko ", + "The containerd Authors", +] description = "GRPC bindings to containerd APIs" keywords = ["containerd", "client", "grpc", "containers"] categories = ["api-bindings", "asynchronous"]