From c8966e249abd149db3c2e76e5aeb7e96451cca24 Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Thu, 29 Feb 2024 18:35:25 +0000 Subject: [PATCH] Release 0.3.0 :tada: --- Cargo.lock | 2 +- Cargo.toml | 2 +- charts/restate-operator-helm/Chart.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93fbaa0..054b775 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "restate-operator" -version = "0.2.6" +version = "0.3.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4e90fac..90d69a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restate-operator" -version = "0.2.6" +version = "0.3.0" authors = ["restate.dev"] edition = "2021" rust-version = "1.75" diff --git a/charts/restate-operator-helm/Chart.yaml b/charts/restate-operator-helm/Chart.yaml index f0ecc93..fc3d370 100644 --- a/charts/restate-operator-helm/Chart.yaml +++ b/charts/restate-operator-helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: restate-operator-helm description: An operator for Restate clusters type: application -version: "0.2.6" -appVersion: "0.2.6" +version: "0.3.0" +appVersion: "0.3.0"