Skip to content

Commit b0113cc

Browse files
committed
Bump patch version.
1 parent 3a06d38 commit b0113cc

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

lib/async/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module HTTP
8-
VERSION = "0.92.1"
8+
VERSION = "0.92.2"
99
end
1010
end

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f
1616

1717
Please see the [project releases](https://socketry.github.io/async-http/releases/index) for all releases.
1818

19+
### v0.92.2
20+
21+
- Better handling of trailers.
22+
1923
### v0.92.0
2024

2125
- **Breaking**: Remove `Async::HTTP::Reference`. Use `Protocol::URL::Reference` directly instead.
@@ -52,11 +56,6 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
5256

5357
- Expose `protocol` and `endpoint` as tags to `async-pool` for improved instrumentation.
5458

55-
### v0.77.0
56-
57-
- Improved HTTP/1 connection handling.
58-
- The input stream is no longer closed when the output stream is closed.
59-
6059
## See Also
6160

6261
- [benchmark-http](https://github.com/socketry/benchmark-http) — A benchmarking tool to report on web server concurrency.

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+
## v0.92.2
44

55
- Better handling of trailers.
66

0 commit comments

Comments
 (0)