diff --git a/Cargo.lock b/Cargo.lock index 874ba9454..64461f92d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3677,7 +3677,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.113.2" +version = "0.113.3" dependencies = [ "base64", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 9036f8554..a7f680ec3 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.113.3] - 2026-07-07 + ### Fixed - [v2] Don't require the `attributed_string_type` macro caller to have `std::str::FromStr` in scope ([#1244]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 25e9d6152..202b48893 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.113.2" +version = "0.113.3" authors.workspace = true license.workspace = true edition.workspace = true