Skip to content

Commit 28dca1c

Browse files
authored
Release v0.8.1 (#184)
1 parent 5220443 commit 28dca1c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# 0.8.0 (Sep 30, 2024)
211

312
* Add `BatchSemaphore` (#151)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A library for testing concurrent Rust code"

0 commit comments

Comments
 (0)