Skip to content

Commit b7c8a3a

Browse files
authored
chore: Release stackable-operator 0.111.0, stackable-versioned 0.10.0 (#1201)
* chore(operator): Release 0.111.0 * chore(versioned): Release 0.10.0
1 parent 2f988d9 commit b7c8a3a

6 files changed

Lines changed: 10 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.111.0] - 2026-04-27
8+
79
### Added
810

911
- BREAKING: Add CLI argument and env var to set the image repository used to construct final product

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stackable-operator"
33
description = "Stackable Operator Framework"
4-
version = "0.110.1"
4+
version = "0.111.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-versioned-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-versioned-macros"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

crates/stackable-versioned/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.10.0] - 2026-04-27
8+
79
### Added
810

911
- BREAKING: The `versioned` macro now automatically generates tests to test roundtrip converts for

crates/stackable-versioned/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-versioned"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)