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 28, 2024
1 parent ae95bf1 commit 0927137
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/protocol/http/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module Protocol
module HTTP
VERSION = "0.45.0"
VERSION = "0.46.0"
end
end
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/

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

### v0.46.0

- Add support for `priority:` header.

### v0.33.0

- Clarify behaviour of streaming bodies and copy `Protocol::Rack::Body::Streaming` to `Protocol::HTTP::Body::Streamable`.
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.46.0

- Add support for `priority:` header.

Expand Down

0 comments on commit 0927137

Please sign in to comment.