Skip to content

Commit dcb65ca

Browse files
committed
Bump version to '0.6.1'
1 parent 9e6ce21 commit dcb65ca

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-
- Changed the `#[enumcapsulate(discriminant(nested))]` variant attribute into a value-less unit attribute (`nested`), removing the previously required explicit type argument (`nested = <Type>`).
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.1] - 2025-01-02
54+
55+
### Changed
56+
57+
- Changed the `#[enumcapsulate(discriminant(nested))]` variant attribute into a value-less unit attribute (`nested`), removing the previously required explicit type argument (`nested = <Type>`).
58+
5359
## [0.6.0] - 2024-12-31
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.6.0"
12+
version = "0.6.1"
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.0", path = "./macros", optional = true }
32+
enumcapsulate-macros = { version = "0.6.1", path = "./macros", optional = true }
3333

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

0 commit comments

Comments
 (0)