You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,11 @@ Please make sure to add your changes to the appropriate categories:
20
20
21
21
### Added
22
22
23
-
- Added enum-level `#[enumcapsulate(discriminant(…))]` helper attribute for `VariantDiscriminant` derive macro, allowing for customizing `repr = …` and `name = …` for the generated enum.
24
-
- Added variant-level `#[enumcapsulate(discriminant(…))]` helper attribute for `VariantDiscriminant` derive macro, allowing for customizing `value = …` and `name = …` for the generated variant.
25
-
- Made enum generated by `VariantDiscriminant` derive macro implement `Ord + PartialOrd`.
23
+
- n/a
26
24
27
25
### Changed
28
26
29
-
- Bumped MSRV from "1.74.0" to "1.78.0".
30
-
- Made the enum-level `#[enumcapsulate(exclude(…))]` helper macros only have an effect on derives, when orchestrated through the `Encapsulate` derive macro.
31
-
- Made `Encapsulate` derive macro no longer derive `VariantDiscriminant`.
- Merged `#[enumcapsulate(field(index = …))]` and `#[enumcapsulate(field(name = "…"))]` into a single polymorph `#[enumcapsulate(field = …)]`
34
-
- Made enum generated by `VariantDiscriminant` derive macro have the same level of visibility as its source item.
27
+
- n/a
35
28
36
29
### Deprecated
37
30
@@ -57,6 +50,23 @@ Please make sure to add your changes to the appropriate categories:
57
50
58
51
- n/a
59
52
53
+
## [0.5.0] - 2024-12-01
54
+
55
+
### Added
56
+
57
+
- Added enum-level `#[enumcapsulate(discriminant(…))]` helper attribute for `VariantDiscriminant` derive macro, allowing for customizing `repr = …` and `name = …` for the generated enum.
58
+
- Added variant-level `#[enumcapsulate(discriminant(…))]` helper attribute for `VariantDiscriminant` derive macro, allowing for customizing `value = …` and `name = …` for the generated variant.
59
+
- Made enum generated by `VariantDiscriminant` derive macro implement `Ord + PartialOrd`.
60
+
61
+
### Changed
62
+
63
+
- Bumped MSRV from "1.74.0" to "1.78.0".
64
+
- Made the enum-level `#[enumcapsulate(exclude(…))]` helper macros only have an effect on derives, when orchestrated through the `Encapsulate` derive macro.
65
+
- Made `Encapsulate` derive macro no longer derive `VariantDiscriminant`.
0 commit comments