Skip to content

Commit

Permalink
chore(stackable-versioned): Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Nov 29, 2024
1 parent 82fac6e commit a5b0c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/stackable-versioned/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ All notable changes to this project will be documented in this file.
- Emit correct enum ident based on kube/k8s kind argument ([#920]).
- Generate Kubernetes code independent of container order ([#913]).
- Correctly emit Kubernetes code when macro is used on modules ([#912]).
- Remove type comparison and use into() on all field conversions ([#925]).
Type semantics are not known, so the comparison was invalid.

[#891]: https://github.com/stackabletech/operator-rs/pull/891
[#912]: https://github.com/stackabletech/operator-rs/pull/912
Expand All @@ -37,6 +39,7 @@ All notable changes to this project will be documented in this file.
[#920]: https://github.com/stackabletech/operator-rs/pull/920
[#922]: https://github.com/stackabletech/operator-rs/pull/922
[#923]: https://github.com/stackabletech/operator-rs/pull/923
[#925]: https://github.com/stackabletech/operator-rs/pull/925

## [0.4.1] - 2024-10-23

Expand Down

0 comments on commit a5b0c34

Please sign in to comment.