From e5ef39339d896210f0772d7098a17df8a7276db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Wed, 21 Feb 2024 09:52:41 -0300 Subject: [PATCH] Bump v0.10.0 version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates version in the the Cargo.toml file. Signed-off-by: José Guilherme Vanz --- CONTRIBUTING.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1caf762..2af0559 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,7 @@ ## Code conventions Check out our global [CONTRIBUTING guidelines](https://github.com/kubewarden/.github/blob/main/CONTRIBUTING.md) for Rust code conventions + +## Releases + +Remember to bump the Cargo.toml version before tagging the repository. diff --git a/Cargo.toml b/Cargo.toml index d99e084..0ae2db8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "kubewarden-policy-sdk" description = "Kubewarden Policy SDK for the Rust language" repository = "https://github.com/kubewarden/policy-sdk-rust" -version = "0.9.11" +version = "0.10.0" authors = [ "Kubewarden developers ", "Flavio Castelli ",