Skip to content

Commit 998288e

Browse files
committed
Bump minor version.
1 parent 3ca3c46 commit 998288e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.4"
7+
VERSION = "2.28.0"
88
end

readme.md

Lines changed: 4 additions & 4 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.28.0
39+
40+
- Use `Traces.current_context` and `Traces.with_context` for better integration with OpenTelemetry.
41+
3842
### v2.27.4
3943

4044
- Suppress excessive warning in `Async::Scheduler#async`.
@@ -84,10 +88,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
8488
- Rename `ASYNC_SCHEDULER_DEFAULT_WORKER_POOL` to `ASYNC_SCHEDULER_WORKER_POOL`.
8589
- [Fiber Stall Profiler](https://socketry.github.io/async/releases/index#fiber-stall-profiler)
8690

87-
### v2.21.1
88-
89-
- [Worker Pool](https://socketry.github.io/async/releases/index#worker-pool)
90-
9191
## See Also
9292

9393
- [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.28.0
44

55
- Use `Traces.current_context` and `Traces.with_context` for better integration with OpenTelemetry.
66

0 commit comments

Comments
 (0)