Skip to content

Commit 176ee76

Browse files
committed
Bump patch version.
1 parent 9aabc57 commit 176ee76

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-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.27.1"
7+
VERSION = "2.27.2"
88
end

readme.md

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

2424
- [Scheduler](https://socketry.github.io/async/guides/scheduler/index) - This guide gives an overview of how the scheduler is implemented.
2525

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.
2727

2828
- [Best Practices](https://socketry.github.io/async/guides/best-practices/index) - This guide gives an overview of best practices for using Async.
2929

@@ -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.27.2
39+
40+
- Fix `context/index.yaml` schema.
41+
3842
### v2.27.1
3943

4044
- Updated documentation and agent context.
@@ -85,10 +89,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
8589
- [`Async::Scheduler` Debugging](https://socketry.github.io/async/releases/index#async::scheduler-debugging)
8690
- [Console Shims](https://socketry.github.io/async/releases/index#console-shims)
8791

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-
9292
## See Also
9393

9494
- [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.27.2
44

55
- Fix `context/index.yaml` schema.
66

0 commit comments

Comments
 (0)