File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
# Copyright, 2017-2025, by Samuel Williams.
5
5
6
6
module Async
7
- VERSION = "2.32.1 "
7
+ VERSION = "2.33.0 "
8
8
end
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
35
35
36
36
Please see the [ project releases] ( https://socketry.github.io/async/releases/index ) for all releases.
37
37
38
+ ### v2.33.0
39
+
40
+ - Introduce ` Async::Promise.fulfill ` for optional promise resolution.
41
+
38
42
### v2.32.1
39
43
40
44
- Fix typo in documentation.
@@ -80,10 +84,6 @@ This release introduces thread-safety as a core concept of Async. Many core clas
80
84
81
85
- Ensure trace attributes are strings, fixes integration with OpenTelemetry.
82
86
83
- ### v2.27.2
84
-
85
- - Fix ` context/index.yaml ` schema.
86
-
87
87
## See Also
88
88
89
89
- [ async-http] ( https://github.com/socketry/async-http ) — Asynchronous HTTP client/server.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v2.33.0
4
4
5
5
- Introduce ` Async::Promise.fulfill ` for optional promise resolution.
6
6
You can’t perform that action at this time.
0 commit comments