summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.toml b/Cargo.toml
index dd92396..5539e06 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
Generated by cgit. See skreutz.com for my tech blog and contact information.