Skip to content

Commit f9f49c2

Browse files
committed
Bump minor version.
1 parent b0491bf commit f9f49c2

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

lib/async/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2017-2025, by Samuel Williams.
55

66
module Async
7-
VERSION = "2.31.0"
7+
VERSION = "2.32.0"
88
end

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
3535

3636
Please see the [project releases](https://socketry.github.io/async/releases/index) for all releases.
3737

38+
### v2.32.0
39+
40+
- Introduce `Queue#waiting_count` and `PriorityQueue#waiting_count`. Generally for statistics/testing purposes only.
41+
3842
### v2.31.0
3943

4044
- Introduce `Async::Deadline` for precise timeout management in compound operations.
@@ -80,11 +84,6 @@ This release introduces thread-safety as a core concept of Async. Many core clas
8084

8185
- Updated documentation and agent context.
8286

83-
### v2.27.0
84-
85-
- `Async::Task#stop` supports an optional `cause:` argument (that defaults to `$!`), which allows you to specify the cause (exception) for stopping the task.
86-
- Add thread-safety agent context.
87-
8887
## See Also
8988

9089
- [async-http](https://github.com/socketry/async-http) — Asynchronous HTTP client/server.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v2.32.0
44

55
- Introduce `Queue#waiting_count` and `PriorityQueue#waiting_count`. Generally for statistics/testing purposes only.
66

0 commit comments

Comments
 (0)