Skip to content

Commit 5331c2d

Browse files
committed
Bump patch version.
1 parent a336463 commit 5331c2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.32.0"
7+
VERSION = "2.32.1"
88
end

readme.md

Lines changed: 4 additions & 4 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.1
39+
40+
- Fix typo in documentation.
41+
3842
### v2.32.0
3943

4044
- Introduce `Queue#waiting_count` and `PriorityQueue#waiting_count`. Generally for statistics/testing purposes only.
@@ -80,10 +84,6 @@ This release introduces thread-safety as a core concept of Async. Many core clas
8084

8185
- Fix `context/index.yaml` schema.
8286

83-
### v2.27.1
84-
85-
- Updated documentation and agent context.
86-
8787
## See Also
8888

8989
- [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.1
44

55
- Fix typo in documentation.
66

0 commit comments

Comments
 (0)