File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
crates/stackable-versioned Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file.
32
32
33
33
### Fixed
34
34
35
+ - Fix incorrectly generated match arms for the version enum ([ #1065 ] ).
35
36
- Fix regression introduced in [ #1033 ] . The ` #[kube(status = ...)] ` attribute is generated correctly
36
37
again ([ #1046 ] ).
37
38
- Correctly handle fields added in later versions ([ #1031 ] ).
@@ -55,6 +56,7 @@ All notable changes to this project will be documented in this file.
55
56
[ #1050 ] : https://github.com/stackabletech/operator-rs/pull/1050
56
57
[ #1059 ] : https://github.com/stackabletech/operator-rs/pull/1059
57
58
[ #1061 ] : https://github.com/stackabletech/operator-rs/pull/1061
59
+ [ #1065 ] : https://github.com/stackabletech/operator-rs/pull/1065
58
60
59
61
## [ 0.7.1] - 2025-04-02
60
62
You can’t perform that action at this time.
0 commit comments