Skip to content

Commit f893a8b

Browse files
committed
build: v1.0.0
1 parent ea0c3b5 commit f893a8b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# (2024-05-11) v1.0.0
2+
3+
### Features
4+
5+
* feat!: const-sized stack-allocated enummap
6+
17
# (2024-02-18) v0.9.0
28

39
### Features

enum-collections-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enum-collections-macros"
3-
version = "0.3.0"
3+
version = "1.0.0"
44
edition = "2021"
55

66
description = "Macros to make EnumCollections easy to use"

enum-collections/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enum-collections"
3-
version = "0.10.0"
3+
version = "1.0.0"
44
edition = "2021"
55

66
description = "Collections data structures optimized for Enum, initializable at runtime."
@@ -19,7 +19,7 @@ eq = []
1919
variants = ["enum-collections-macros/variants"]
2020

2121
[dependencies]
22-
enum-collections-macros = { path = "../enum-collections-macros", version = "0.3.0" }
22+
enum-collections-macros = { path = "../enum-collections-macros", version = "1.0.0" }
2323

2424
[dev-dependencies]
2525
criterion = "0.5.1"

0 commit comments

Comments
 (0)