diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c301d..4dd07b2 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.1] - 2022-12-21 +  Improved documentation and tests.  ### Added @@ -1,6 +1,6 @@  [package]  name = "parseq" -version = "0.1.0" +version = "0.1.1"  authors = ["Stefan Kreutz <mail@skreutz.com>"]  edition = "2021"  description = "Parallel sequential iterator" |