Skip to content

Commit 4c5c5b7

Browse files
committed
Prepare v0.2.0
1 parent 6770b25 commit 4c5c5b7

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.2.0 - 2023-08-06
2+
* Add `Kind` trait.
3+
14
## v0.1.1 - 2023-08-06
25
* Add `::all()` to the kind type to iterate over all kind variants
36
* Generate customizable implementation of `Display` trait

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.1.1"
3+
version = "0.2.0"
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.1.1", path = "../kinded_macros" }
19+
kinded_macros = { version = "0.2.0", 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.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Serhii Potapov <blake131313@gmail.com>"]
66

0 commit comments

Comments
 (0)