summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88f8111..2ac1c7d 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.5] - 2025-04-10
+
### Fixed
- Update crossbeam-channel. Fixes [RUSTSEC-2025-0024](https://rustsec.org/advisories/RUSTSEC-2025-0024).
diff --git a/Cargo.lock b/Cargo.lock
index fa1e11c..196caab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -80,7 +80,7 @@ dependencies = [
[[package]]
name = "parseq"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"crossbeam-channel",
"ntest",
diff --git a/Cargo.toml b/Cargo.toml
index e6f9d8b..dbc4bff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "parseq"
-version = "0.1.4"
+version = "0.1.5"
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.