From daa71aca91f8c225b60224d213816281c0d7807a Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Tue, 22 Jul 2025 18:11:47 +0800 Subject: [PATCH] release: v0.4.0 Changelog: - #148 - #149 Signed-off-by: Tim Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 969f32a..a644294 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.3.5" +version = "0.4.0" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" homepage = "https://github.com/kata-containers/cgroups-rs"