Skip to content

Commit 38d1665

Browse files
authored
chore: Release k8s-version 0.1.3 and stackable-operator 0.93.0 (#1039)
* chore(k8s-version): Bump version to 0.1.3 * chore(stackable-operator): Bump version to 0.93.0
1 parent afded1a commit 38d1665

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
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/k8s-version/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.1.3] - 2025-05-19
8+
79
### Added
810

911
- Add support for serialization and deserialization via `serde`. This feature is enabled via the

crates/k8s-version/Cargo.toml

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

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.93.0] - 2025-05-19
8+
79
### Changed
810

911
- BREAKING: Version common CRD structs and enums ([#968]).

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

0 commit comments

Comments
 (0)