From a19a0eaa3b497b4f8b1fc3517fc4efbfd8994ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Wed, 19 Jun 2024 10:40:52 -0300 Subject: [PATCH] chore: bump version to v0.11.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump the version of the SDK to release the new host capability to fetch OCI image manifest and configuration and some dependencies updates. Signed-off-by: José Guilherme Vanz --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9821d3c..8c5e730 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.10.1" +version = "0.11.0" authors = [ "Kubewarden developers ", "Flavio Castelli ",