Skip to content

Commit 84d3afe

Browse files
committed
Bump version to '0.6.3'
1 parent dc9c07a commit 84d3afe

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
@@ -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

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

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

0 commit comments

Comments
 (0)