Skip to content

Commit

Permalink
Bump version to '0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Dec 31, 2024
1 parent aaeed76 commit e547ed8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Please make sure to add your changes to the appropriate categories:

- n/a

## [0.6.0] - 2024-12-31

### Added

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

## [0.5.0] - 2024-12-01

### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation = "https://docs.rs/enumcapsulate"
license = "MPL-2.0"
edition = "2021"
rust-version = "1.78.0"
version = "0.5.0"
version = "0.6.0"

[package]
name = "enumcapsulate"
Expand All @@ -29,7 +29,7 @@ version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
enumcapsulate-macros = { version = "0.5.0", path = "./macros", optional = true }
enumcapsulate-macros = { version = "0.6.0", path = "./macros", optional = true }

[dev-dependencies]
tryexpand = "0.9.2"
Expand Down

0 comments on commit e547ed8

Please sign in to comment.