diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | examples/Cargo.lock | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c3020..3d94ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased +## [0.1.3] - 2024-03-20 + ### Added - Add Cargo.lock for the library @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "parseq" -version = "0.1.2" +version = "0.1.3" dependencies = [ "crossbeam-channel", "ntest", @@ -1,6 +1,6 @@ [package] name = "parseq" -version = "0.1.2" +version = "0.1.3" authors = ["Stefan Kreutz <mail@skreutz.com>"] edition = "2021" description = "Parallel sequential iterator" diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 183ab74..26030d1 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -88,7 +88,7 @@ checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" [[package]] name = "parseq" -version = "0.1.2" +version = "0.1.3" dependencies = [ "crossbeam-channel", ] |