From f5c2339257969db1f8d8f1e083d2eba81c4c6952 Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Thu, 23 Mar 2023 21:07:32 +0100 Subject: [PATCH] chore: Release kube_quantity version 0.2.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b79bd9..7a98efe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kube_quantity" -version = "0.1.1" +version = "0.2.0" authors = ["Thomas Kosiewski "] description = "kube_quantity is a library adding arithmetic operations to the Quantity type from the k8s-openapi crate." diff --git a/README.md b/README.md index e78fa9f..13655b8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Or add the following line to your Cargo.toml: ```toml [dependencies] -kube_quantity = "0.1.1" +kube_quantity = "0.2.0" ``` ## Upgrading