Skip to content

Commit e547ed8

Browse files
committed
Bump version to '0.6.0'
1 parent aaeed76 commit e547ed8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ Please make sure to add your changes to the appropriate categories:
5050

5151
- n/a
5252

53+
## [0.6.0] - 2024-12-31
54+
55+
### Added
56+
57+
- Added support for nested variant discriminants via variant-level `#[enumcapsulate(discriminant(nested = …))]` helper attribute for `VariantDiscriminant` derive macro, allowing for specifying a type of the sub-discriminant for the generated variant.
58+
5359
## [0.5.0] - 2024-12-01
5460

5561
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/enumcapsulate"
99
license = "MPL-2.0"
1010
edition = "2021"
1111
rust-version = "1.78.0"
12-
version = "0.5.0"
12+
version = "0.6.0"
1313

1414
[package]
1515
name = "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.5.0", path = "./macros", optional = true }
32+
enumcapsulate-macros = { version = "0.6.0", path = "./macros", optional = true }
3333

3434
[dev-dependencies]
3535
tryexpand = "0.9.2"

0 commit comments

Comments
 (0)