diff options
author | Stefan Kreutz <mail@skreutz.com> | 2023-03-25 17:35:57 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2023-03-25 17:35:57 +0100 |
commit | e6b81581a1095e5e05a6c8175d4dc4fbb0c0a9bf (patch) | |
tree | 7266053f17d1a500263ca2fbac07bb26602e1409 | |
parent | 61db60533a8e0a9a060fc57b9c53a714c04e9854 (diff) | |
download | parseq-e6b81581a1095e5e05a6c8175d4dc4fbb0c0a9bf.tar |
Release version 0.1.2parseq-0.1.2
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | examples/Cargo.lock | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b569f..4b16b3c 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.2] - 2023-03-25 + ### Added - Added Cargo.lock for example application @@ -1,6 +1,6 @@ [package] name = "parseq" -version = "0.1.1" +version = "0.1.2" authors = ["Stefan Kreutz <mail@skreutz.com>"] edition = "2021" description = "Parallel sequential iterator" diff --git a/examples/Cargo.lock b/examples/Cargo.lock index bd70e5d..89cc5e3 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -92,7 +92,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "parseq" -version = "0.1.1" +version = "0.1.2" dependencies = [ "crossbeam-channel", ] |