From a2ac5f525edfd9a2fab884ba753e79a325fbb752 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Fri, 18 Oct 2024 08:14:03 +0200 Subject: [PATCH] chore: Release stackable-operator 0.79.0 (#894) --- Cargo.lock | 2 +- crates/stackable-operator/CHANGELOG.md | 2 ++ crates/stackable-operator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57cec2aea..95975ce1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3002,7 +3002,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.78.0" +version = "0.79.0" dependencies = [ "chrono", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index c29a39da9..e4a1df68e 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.79.0] - 2024-10-18 + ### Added - Re-export the `YamlSchema` trait and the `stackable-shared` crate as the `shared` module ([#883]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index e6f182fc7..5c04f8df5 100644 --- a/crates/stackable-operator/Cargo.toml +++ b/crates/stackable-operator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stackable-operator" description = "Stackable Operator Framework" -version = "0.78.0" +version = "0.79.0" authors.workspace = true license.workspace = true edition.workspace = true