We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1588dd commit d7658dfCopy full SHA for d7658df
crates/stackable-versioned/CHANGELOG.md
@@ -13,11 +13,14 @@ All notable changes to this project will be documented in this file.
13
14
### Changed
15
16
+- BREAKING: The `merged_crd` function now accepts `Self` instead of a dedicated
17
+ `Version` enu ([#875]).
18
- The `merged_crd` associated function now takes `Version` instead of `&str` as
19
input ([#872]).
20
21
[#872]: https://github.com/stackabletech/operator-rs/pull/872
22
[#873]: https://github.com/stackabletech/operator-rs/pull/873
23
+[#875]: https://github.com/stackabletech/operator-rs/pull/875
24
25
## [0.2.0] - 2024-09-19
26
0 commit comments