Skip to content

Commit ac3f79b

Browse files
committed
release 0.20.0 (#404)
1 parent fc473f7 commit ac3f79b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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.20.0] - 2022-05-13
8+
79
### Added
810

911
- Added `config::merge::chainable_merge()` ([#397]).

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.19.0"
7+
version = "0.20.0"
88
repository = "https://github.com/stackabletech/operator-rs"
99

1010
[dependencies]

stackable-operator-derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.17.0"
7+
version = "0.20.0"
88
repository = "https://github.com/stackabletech/operator-rs"
99

1010
[lib]
@@ -17,4 +17,4 @@ quote = "1.0.17"
1717
syn = "1.0.91"
1818

1919
[dev-dependencies]
20-
stackable-operator = { path = ".." }
20+
stackable-operator = { path = ".." }

0 commit comments

Comments
 (0)