From 9baa06522615157b12d6467fb89b7e18390b430a Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Mon, 9 Nov 2020 15:19:28 +0800 Subject: [PATCH] release: v0.2.0 Bump vertion to 0.2.0 Signed-off-by: Tim Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bdbbe6..9ff10a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/levex/cgroups-rs" keywords = ["linux", "cgroup", "containers", "isolation"] categories = ["os", "api-bindings", "os::unix-apis"] license = "MIT OR Apache-2.0" -version = "0.1.1-alpha.0" +version = "0.2.0" authors = ["Levente Kurusa ", "Sam Wilson "] edition = "2018"