From d3e2087a9068b0876a0fa6a4cff7419272812746 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Tue, 5 Nov 2024 16:20:25 +0100 Subject: [PATCH] :rocket: (cargo-release) version 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7586285..f0345a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "0.19.2" +version = "0.20.0" authors = ["David Bernard"] edition = "2021" description = "kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)"