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.20.0] - 2022-05-13
8
+
7
9
### Added
8
10
9
11
- Added ` config::merge::chainable_merge() ` ([ #397 ] ).
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.19 .0"
7
+ version = " 0.20 .0"
8
8
repository = " https://github.com/stackabletech/operator-rs"
9
9
10
10
[dependencies ]
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.17 .0"
7
+ version = " 0.20 .0"
8
8
repository = " https://github.com/stackabletech/operator-rs"
9
9
10
10
[lib ]
@@ -17,4 +17,4 @@ quote = "1.0.17"
17
17
syn = " 1.0.91"
18
18
19
19
[dev-dependencies ]
20
- stackable-operator = { path = " .." }
20
+ stackable-operator = { path = " .." }
You can’t perform that action at this time.
0 commit comments