Skip to content

Commit

Permalink
Bump minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 24, 2024
1 parent a16c4c4 commit f81e238
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/async/http/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module Async
module HTTP
VERSION = "0.83.1"
VERSION = "0.84.0"
end
end
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f

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

### v0.84.0

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

### v0.82.0

- `protocol-http1` introduces a line length limit for request line, response line, header lines and chunk length lines.
Expand Down
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Releases

## Unreleased
## v0.84.0

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

Expand Down

0 comments on commit f81e238

Please sign in to comment.