Skip to content

Commit 0b985ad

Browse files
authored
Merge pull request #24 from Swoorup/release-plz-2025-04-28T07-32-09Z
chore: release v0.0.12
2 parents 3bfbcf2 + e22f5d3 commit 0b985ad

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ members = ["dtype_variant", "dtype_variant_derive", "examples/*"]
44

55
[workspace.package]
66
authors = ["Swoorup Joshi <swoorupj@gmail.com>"]
7-
version = "0.0.11"
7+
version = "0.0.12"
88
edition = "2024"
99
license = "MIT"
1010
keywords = ["enum", "variant", "type-safety", "downcasting", "pattern-matching"]
1111
repository = "https://github.com/Swoorup/dtype_variant"
1212

1313
[workspace.dependencies]
14-
dtype_variant = { path = "dtype_variant", version = "0.0.11" }
15-
dtype_variant_derive = { path = "dtype_variant_derive", version = "0.0.11" }
14+
dtype_variant = { path = "dtype_variant", version = "0.0.12" }
15+
dtype_variant_derive = { path = "dtype_variant_derive", version = "0.0.12" }
1616

1717
darling = "0.20.11"
1818
indexmap = "2.9.0"

dtype_variant/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.12](https://github.com/Swoorup/dtype_variant/compare/dtype_variant-v0.0.11...dtype_variant-v0.0.12) - 2025-04-28
11+
12+
### Other
13+
14+
- Change grouped_matcher syntax to use `|` instead.
15+
1016
## [0.0.11](https://github.com/Swoorup/dtype_variant/compare/dtype_variant-v0.0.10...dtype_variant-v0.0.11) - 2025-04-27
1117

1218
### Other

dtype_variant_derive/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.12](https://github.com/Swoorup/dtype_variant/compare/dtype_variant_derive-v0.0.11...dtype_variant_derive-v0.0.12) - 2025-04-28
11+
12+
### Other
13+
14+
- Change grouped_matcher syntax to use `|` instead.
15+
1016
## [0.0.11](https://github.com/Swoorup/dtype_variant/compare/dtype_variant_derive-v0.0.10...dtype_variant_derive-v0.0.11) - 2025-04-27
1117

1218
### Other

0 commit comments

Comments
 (0)