Skip to content

Commit 420ff75

Browse files
Release 0.26.0 (#495)
## Description Release 0.26.0
1 parent 6d12c3c commit 420ff75

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
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.26.0] - 2022-10-20
8+
79
### Added
810

911
- Added new Fragment (partial configuration) machinery ([#445]).

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Stackable Operator Framework"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "stackable-operator"
7-
version = "0.25.3"
7+
version = "0.26.0"
88
repository = "https://github.com/stackabletech/operator-rs"
99

1010
[dependencies]
@@ -46,4 +46,4 @@ native-tls = ["kube/native-tls"]
4646
rustls-tls = ["kube/rustls-tls"]
4747

4848
[workspace]
49-
members = ["stackable-operator-derive"]
49+
members = ["stackable-operator-derive"]

stackable-operator-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Stackable Operator Framework"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "stackable-operator-derive"
7-
version = "0.25.3"
7+
version = "0.26.0"
88
repository = "https://github.com/stackabletech/operator-rs"
99

1010
[lib]

0 commit comments

Comments
 (0)