File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ Please make sure to add your changes to the appropriate categories:
2424
2525### Changed
2626
27- - Updated dependencies:
28- - ` syn ` from ` 2.0.60 ` to ` 3.0.0 `
27+ - n/a
2928
3029### Deprecated
3130
@@ -37,7 +36,7 @@ Please make sure to add your changes to the appropriate categories:
3736
3837### Fixed
3938
40- - n/A
39+ - n/a
4140
4241### Performance
4342
@@ -51,6 +50,13 @@ Please make sure to add your changes to the appropriate categories:
5150
5251- n/a
5352
53+ ## [ 0.6.4] - 2026-08-02
54+
55+ ### Changed
56+
57+ - Updated dependencies:
58+ - ` syn ` from ` 2.0.60 ` to ` 3.0.0 `
59+
5460## [ 0.6.3] - 2025-05-22
5561
5662### Added
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.3 "
12+ version = " 0.6.4 "
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.3 " , path = " ./macros" , optional = true }
32+ enumcapsulate-macros = { version = " 0.6.4 " , path = " ./macros" , optional = true }
3333
3434[dev-dependencies ]
3535tryexpand = " =0.13.0"
You can’t perform that action at this time.
0 commit comments