Skip to content

Commit be42204

Browse files
authored
chore: Release stackable-operator 0.99.0, stackable-shared 0.0.3 (#1104)
* chore: Release stackable-operator 0.99.0 * chore: Release stackable-shared 0.0.3
1 parent d14ebcc commit be42204

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.99.0] - 2025-10-06
8+
79
### Added
810

911
- Add CLI argument and env var to disable the end-of-support checker: `EOS_DISABLED` (`--eos-disabled`) ([#1101]).

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.98.0"
4+
version = "0.99.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-shared/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
5+
## [Unreleased]
6+
7+
## [0.0.3] - 2025-10-06
68

79
### Added
810

crates/stackable-shared/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-shared"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)