We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5220443 commit 28dca1cCopy full SHA for 28dca1c
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 0.8.1 (Jun 19, 2025)
2
+
3
+* Fix bug in `BatchSemaphore` (#167)
4
+* Fix bug in `RwLock` (#170)
5
+* Add `current::reset_step_count` (#175)
6
+* Add `spawn_local` (#176)
7
+* Add `thread::scope` (#181)
8
+* Add `AbortHandle` (#182)
9
10
# 0.8.0 (Sep 30, 2024)
11
12
* Add `BatchSemaphore` (#151)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle"
-version = "0.8.0"
+version = "0.8.1"
edition = "2021"
license = "Apache-2.0"
description = "A library for testing concurrent Rust code"
0 commit comments