Skip to content

Commit 6aed0d2

Browse files
committed
Bump patch version.
1 parent 763a990 commit 6aed0d2

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
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.35.2"
7+
VERSION = "2.35.3"
88
end

readme.md

Lines changed: 4 additions & 10 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.35.3
39+
40+
- `Async::Clock` now implements `#as_json` and `#to_json` for nicer log formatting.
41+
3842
### v2.35.2
3943

4044
- Improved handling of `Process.fork` on Ruby 4+.
@@ -75,16 +79,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
7579
- Add `closed?` method to `Async::PriorityQueue` for full queue interface compatibility.
7680
- Support non-blocking operations using `timeout: 0` parameter.
7781

78-
### v2.29.0
79-
80-
This release introduces thread-safety as a core concept of Async. Many core classes now have thread-safe guarantees, allowing them to be used safely across multiple threads.
81-
82-
- Thread-safe `Async::Condition` and `Async::Notification`, implemented using `Thread::Queue`.
83-
- Thread-safe `Async::Queue` and `Async::LimitedQueue`, implemented using `Thread::Queue` and `Thread::LimitedQueue` respectively.
84-
- `Async::Variable` is deprecated in favor of `Async::Promise`.
85-
- [Introduce `Async::Promise`](https://socketry.github.io/async/releases/index#introduce-async::promise)
86-
- [Introduce `Async::PriorityQueue`](https://socketry.github.io/async/releases/index#introduce-async::priorityqueue)
87-
8882
## See Also
8983

9084
- [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.35.3
44

55
- `Async::Clock` now implements `#as_json` and `#to_json` for nicer log formatting.
66

0 commit comments

Comments
 (0)