summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-12-21 10:36:53 +0100
committerStefan Kreutz <mail@skreutz.com>2022-12-21 10:36:53 +0100
commitfe6f896d1a513431c3ddeecd30e5befe81514db5 (patch)
tree470f2c55337047720edc369d9645a9f2fb28edc5
parentea8ceaaad1989f52d70aed2ae219f318afaf843a (diff)
downloadparseq-fe6f896d1a513431c3ddeecd30e5befe81514db5.tar
Release version 0.1.1parseq-0.1.1
-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.