File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Please make sure to add your changes to the appropriate categories:
20
20
21
21
### Added
22
22
23
- - Made ` VariantDiscriminant ` derive macro support variants with non- ` 'static ` lifetimes.
23
+ - n/a
24
24
25
25
### Changed
26
26
@@ -50,6 +50,12 @@ Please make sure to add your changes to the appropriate categories:
50
50
51
51
- n/a
52
52
53
+ ## [ 0.6.3] - 2025-05-22
54
+
55
+ ### Added
56
+
57
+ - Added support for variants with non-` 'static ` lifetimes for the ` VariantDiscriminant ` derive macro.
58
+
53
59
## [ 0.6.2] - 2025-01-03
54
60
55
61
### Changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ documentation = "https://docs.rs/enumcapsulate"
9
9
license = " MPL-2.0"
10
10
edition = " 2021"
11
11
rust-version = " 1.78.0"
12
- version = " 0.6.2 "
12
+ version = " 0.6.3 "
13
13
14
14
[package ]
15
15
name = " enumcapsulate"
@@ -29,7 +29,7 @@ version = { workspace = true }
29
29
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
30
30
31
31
[dependencies ]
32
- enumcapsulate-macros = { version = " 0.6.2 " , path = " ./macros" , optional = true }
32
+ enumcapsulate-macros = { version = " 0.6.3 " , path = " ./macros" , optional = true }
33
33
34
34
[dev-dependencies ]
35
35
tryexpand = " 0.10.0"
You can’t perform that action at this time.
0 commit comments