Skip to content

Commit c140bb7

Browse files
committed
Bump version to ‘0.6.4’
1 parent cc7653e commit c140bb7

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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

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

0 commit comments

Comments
 (0)