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:
2020
2121### Added
2222
23- - Made ` VariantDiscriminant ` derive macro support variants with non- ` 'static ` lifetimes.
23+ - n/a
2424
2525### Changed
2626
@@ -50,6 +50,12 @@ Please make sure to add your changes to the appropriate categories:
5050
5151- n/a
5252
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+
5359## [ 0.6.2] - 2025-01-03
5460
5561### Changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ documentation = "https://docs.rs/enumcapsulate"
99license = " MPL-2.0"
1010edition = " 2021"
1111rust-version = " 1.78.0"
12- version = " 0.6.2 "
12+ version = " 0.6.3 "
1313
1414[package ]
1515name = " enumcapsulate"
@@ -29,7 +29,7 @@ version = { workspace = true }
2929# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
3030
3131[dependencies ]
32- enumcapsulate-macros = { version = " 0.6.2 " , path = " ./macros" , optional = true }
32+ enumcapsulate-macros = { version = " 0.6.3 " , path = " ./macros" , optional = true }
3333
3434[dev-dependencies ]
3535tryexpand = " 0.10.0"
You can’t perform that action at this time.
0 commit comments