Skip to content

Commit

Permalink
Bump minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 15, 2024
1 parent f2b31fb commit 0c00924
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.81.0"
VERSION = "0.82.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.82.0

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

### v0.81.0

- Expose `protocol` and `endpoint` as tags to `async-pool` for improved instrumentation.
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.82.0

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

Expand Down

0 comments on commit 0c00924

Please sign in to comment.