File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
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.27.1 "
7
+ VERSION = "2.27.2 "
8
8
end
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
23
23
24
24
- [ Scheduler] ( https://socketry.github.io/async/guides/scheduler/index ) - This guide gives an overview of how the scheduler is implemented.
25
25
26
- - [ Asynchronous Tasks] ( https://socketry.github.io/async/guides/tasks/index ) - This guide explains how asynchronous tasks work and how to use them.
26
+ - [ Tasks] ( https://socketry.github.io/async/guides/tasks/index ) - This guide explains how asynchronous tasks work and how to use them.
27
27
28
28
- [ Best Practices] ( https://socketry.github.io/async/guides/best-practices/index ) - This guide gives an overview of best practices for using Async.
29
29
@@ -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.27.2
39
+
40
+ - Fix ` context/index.yaml ` schema.
41
+
38
42
### v2.27.1
39
43
40
44
- Updated documentation and agent context.
@@ -85,10 +89,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
85
89
- [ ` Async::Scheduler ` Debugging] ( https://socketry.github.io/async/releases/index#async::scheduler-debugging )
86
90
- [ Console Shims] ( https://socketry.github.io/async/releases/index#console-shims )
87
91
88
- ### v2.18.0
89
-
90
- - Add support for ` Sync(annotation:) ` , so that you can annotate the block with a description of what it does, even if it doesn't create a new task.
91
-
92
92
## See Also
93
93
94
94
- [ 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.27.2
4
4
5
5
- Fix ` context/index.yaml ` schema.
6
6
You can’t perform that action at this time.
0 commit comments