From 2f60f213ccb64d543179f9538bbc460c3a0261ab Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Wed, 11 Jan 2023 20:08:37 +0800 Subject: [PATCH] release: v0.3.0 Bump the major version for API changed in #91. Signed-off-by: Tim Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87c8a89..9ac4198 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/kata-containers/cgroups-rs" keywords = ["linux", "cgroup", "containers", "isolation"] categories = ["os", "api-bindings", "os::unix-apis"] license = "MIT OR Apache-2.0" -version = "0.2.12" +version = "0.3.0" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" homepage = "https://github.com/kata-containers/cgroups-rs"