Skip to content

Commit 33e173e

Browse files
committed
Bump version to '0.6.2'
1 parent fdd14f8 commit 33e173e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please make sure to add your changes to the appropriate categories:
2424

2525
### Changed
2626

27-
- Re-introduced type argument (`nested = <Type>`) of `#[enumcapsulate(discriminant(nested))]` variant attribute, but as an optional argument (required for fields using the parent enum's generic parameters).
27+
- n/a
2828

2929
### Deprecated
3030

@@ -50,6 +50,12 @@ Please make sure to add your changes to the appropriate categories:
5050

5151
- n/a
5252

53+
## [0.6.2] - 2025-01-03
54+
55+
### Changed
56+
57+
- Re-introduced type argument (`nested = <Type>`) of `#[enumcapsulate(discriminant(nested))]` variant attribute, but as an optional argument (required for fields using the parent enum's generic parameters).
58+
5359
## [0.6.1] - 2025-01-02
5460

5561
### Changed

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.6.1"
12+
version = "0.6.2"
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.6.1", path = "./macros", optional = true }
32+
enumcapsulate-macros = { version = "0.6.2", path = "./macros", optional = true }
3333

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

0 commit comments

Comments
 (0)