Skip to content

Commit 1f29b28

Browse files
committed
Prepare v0.1.1
1 parent cfe6451 commit 1f29b28

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Next version
1+
## v0.1.1 - 2023-08-06
22
* Add `::all()` to the kind type to iterate over all kind variants
33
* Generate customizable implementation of `Display` trait
44
* Generate implementation of `FromStr` trait

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)