File tree 3 files changed +5
-3
lines changed
stackable-operator-derive
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.26.0] - 2022-10-20
8
+
7
9
### Added
8
10
9
11
- Added new Fragment (partial configuration) machinery ([ #445 ] ).
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Stackable Operator Framework"
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
name = " stackable-operator"
7
- version = " 0.25.3 "
7
+ version = " 0.26.0 "
8
8
repository = " https://github.com/stackabletech/operator-rs"
9
9
10
10
[dependencies ]
@@ -46,4 +46,4 @@ native-tls = ["kube/native-tls"]
46
46
rustls-tls = [" kube/rustls-tls" ]
47
47
48
48
[workspace ]
49
- members = [" stackable-operator-derive" ]
49
+ members = [" stackable-operator-derive" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Stackable Operator Framework"
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
name = " stackable-operator-derive"
7
- version = " 0.25.3 "
7
+ version = " 0.26.0 "
8
8
repository = " https://github.com/stackabletech/operator-rs"
9
9
10
10
[lib ]
You can’t perform that action at this time.
0 commit comments