8000 Bump minor version. · socketry/async@f30c2f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f30c2f8

Browse files
committed
Bump minor version.
1 parent 53c447e commit f30c2f8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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-2024, by Samuel Williams.
55

66
module Async
7-
VERSION = "2.23.1"
7+
VERSION = "2.24.0"
88
end

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ 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.24.0
39+
40+
- Ruby v3.1 support is dropped.
41+
- `Async::Wrapper` which was previously deprecated, is now removed.
42+
- [Flexible Timeouts](https://socketry.github.io/async/releases/index#flexible-timeouts)
43+
3844
### v2.23.0
3945

4046
- Rename `ASYNC_SCHEDULER_DEFAULT_WORKER_POOL` to `ASYNC_SCHEDULER_WORKER_POOL`.

releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Releases
22

3-
## Unreleased
3+
## v2.24.0
44

55
- Ruby v3.1 support is dropped.
66
- `Async::Wrapper` which was previously deprecated, is now removed.
77

88
### Flexible Timeouts
99

10-
When {ruby Async::Scheduler#with_timeout} is invoked with a block, it can receive a {ruby Async::Timeout} instance. This allows you to adjust or cancel the timeout while the block is executing. This is useful for long-running tasks that may need to adjust their timeout based on external factors.
10+
When {ruby Async::Scheduler\#with\_timeout} is invoked with a block, it can receive a {ruby Async::Timeout} instance. This allows you to adjust or cancel the timeout while the block is executing. This is useful for long-running tasks that may need to adjust their timeout based on external factors.
1111

1212
``` ruby
1313
Async do

0 commit comments

Comments
 (0)
0