Skip to content

Commit 135be12

Browse files
committed
Prepare v0.0.3
1 parent f6a600e commit 135be12

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.0.2 - 2023-08-05
2+
* Make generated `kind()` function public
3+
14
## v0.0.2 - 2023-08-05
25
* Support enums with generics
36

kinded/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kinded"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
authors = ["Serhii Potapov <blake131313@gmail.com>"]
66

@@ -16,4 +16,4 @@ categories = ["data-structures", "rust-patterns"]
1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717

1818
[dependencies]
19-
kinded_macros = { version = "0.0.2", path = "../kinded_macros" }
19+
kinded_macros = { version = "0.0.3", path = "../kinded_macros" }

kinded_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 = "kinded_macros"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
authors = ["Serhii Potapov <blake131313@gmail.com>"]
66

0 commit comments

Comments
 (0)