From cd5c3f9e0c615decf83384cc9f0bef4f015daad7 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Sun, 31 Jul 2022 21:58:44 +0200 Subject: [PATCH] :rocket: (cargo-release) version 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 242408c..b2cb0fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "0.14.9-dev" +version = "0.15.0" authors = ["David Bernard"] edition = "2021" description = "kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)"