diff --git a/Cargo.lock b/Cargo.lock index 992298ac3..348fd245b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2988,7 +2988,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.110.1" +version = "0.111.0" dependencies = [ "base64", "clap", @@ -3085,7 +3085,7 @@ dependencies = [ [[package]] name = "stackable-versioned" -version = "0.9.0" +version = "0.10.0" dependencies = [ "insta", "k8s-openapi", @@ -3100,7 +3100,7 @@ dependencies = [ [[package]] name = "stackable-versioned-macros" -version = "0.9.0" +version = "0.10.0" dependencies = [ "convert_case", "convert_case_extras", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index c52464b57..ab35b1497 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.111.0] - 2026-04-27 + ### Added - BREAKING: Add CLI argument and env var to set the image repository used to construct final product diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 0b3376c92..64913956c 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.110.1" +version = "0.111.0" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-versioned-macros/Cargo.toml b/crates/stackable-versioned-macros/Cargo.toml index ee45519b0..1139e69f2 100644 --- a/crates/stackable-versioned-macros/Cargo.toml +++ b/crates/stackable-versioned-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-versioned-macros" -version = "0.9.0" +version = "0.10.0" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-versioned/CHANGELOG.md b/crates/stackable-versioned/CHANGELOG.md index 8f1e15423..c1ffc1edc 100644 --- a/crates/stackable-versioned/CHANGELOG.md +++ b/crates/stackable-versioned/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.10.0] - 2026-04-27 + ### Added - BREAKING: The `versioned` macro now automatically generates tests to test roundtrip converts for diff --git a/crates/stackable-versioned/Cargo.toml b/crates/stackable-versioned/Cargo.toml index f900e24cb..c32eddfd1 100644 --- a/crates/stackable-versioned/Cargo.toml +++ b/crates/stackable-versioned/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-versioned" -version = "0.9.0" +version = "0.10.0" authors.workspace = true license.workspace = true edition.workspace = true