Skip to content

Commit fdfd91e

Browse files
committed
Release 0.40.0 (#580)
1 parent 5c8847b commit fdfd91e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.40.0] - 2023-04-11
8+
79
### Added
810

911
- [BREAKING]: Added ownerreferences and labels to `build_rbac_resources` ([#579]).
1012

13+
[#579]: https://github.com/stackabletech/operator-rs/pull/579
14+
1115
## [0.39.1] - 2023-04-07
1216

1317
### Fixed
@@ -17,7 +21,6 @@ All notable changes to this project will be documented in this file.
1721
log events ([#577]).
1822

1923
[#577]: https://github.com/stackabletech/operator-rs/pull/577
20-
[#579]: https://github.com/stackabletech/operator-rs/pull/579
2124

2225
## [0.39.0] - 2023-03-31
2326

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.39.1"
7+
version = "0.40.0"
88
repository = "https://github.com/stackabletech/operator-rs"
99

1010
[dependencies]

stackable-operator-derive/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-derive"
7-
version = "0.39.1"
7+
version = "0.40.0"
88
repository = "https://github.com/stackabletech/operator-rs"
99

1010
[lib]

0 commit comments

Comments
 (0)