Skip to content

Commit bbf217c

Browse files
committed
chore: Update changelog
1 parent 7da5697 commit bbf217c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

crates/stackable-versioned/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,27 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [0.4.1] - 2024-10-23
8-
97
### Added
108

119
- Add support to apply the `#[versioned()]` macro to modules to version all contained items at
1210
once ([#891]).
11+
12+
### Changed
13+
14+
- Bump Rust to 1.82.0 ([#891]).
15+
16+
[#891]: https://github.com/stackabletech/operator-rs/pull/891
17+
18+
## [0.4.1] - 2024-10-23
19+
20+
### Added
21+
1322
- Add basic handling for enum variants with data ([#892]).
1423

1524
### Fixed
1625

1726
- Accept a wider variety of formatting styles in the macro testing regex ([#892]).
1827

19-
[#891]: https://github.com/stackabletech/operator-rs/pull/891
2028
[#892]: https://github.com/stackabletech/operator-rs/pull/892
2129

2230
## [0.4.0] - 2024-10-14

0 commit comments

Comments
 (0)