Skip to content

Commit f81e238

Browse files
committed
Bump minor version.
1 parent a16c4c4 commit f81e238

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/async/http/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module HTTP
8-
VERSION = "0.83.1"
8+
VERSION = "0.84.0"
99
end
1010
end

readme.md

+4
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.84.0
20+
21+
- Minor consistency fixes to `Async::HTTP::Internet` singleton methods.
22+
1923
### v0.82.0
2024

2125
- `protocol-http1` introduces a line length limit for request line, response line, header lines and chunk length lines.

releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.84.0
44

55
- Minor consistency fixes to `Async::HTTP::Internet` singleton methods.
66

0 commit comments

Comments
 (0)