File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
crates/stackable-versioned Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- ## [ 0.4.1] - 2024-10-23
8
-
9
7
### Added
10
8
11
9
- Add support to apply the ` #[versioned()] ` macro to modules to version all contained items at
12
10
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
+
13
22
- Add basic handling for enum variants with data ([ #892 ] ).
14
23
15
24
### Fixed
16
25
17
26
- Accept a wider variety of formatting styles in the macro testing regex ([ #892 ] ).
18
27
19
- [ #891 ] : https://github.com/stackabletech/operator-rs/pull/891
20
28
[ #892 ] : https://github.com/stackabletech/operator-rs/pull/892
21
29
22
30
## [ 0.4.0] - 2024-10-14
You can’t perform that action at this time.
0 commit comments