Skip to content

Commit

Permalink
Bump minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 3, 2024
1 parent 131dbc0 commit f4a9700
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.30.0"
VERSION = "0.31.0"
end
end
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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.31.0

- Ensure chunks are flushed if required, when streaming.

### v0.30.0

- [`Request[]` and `Response[]` Keyword Arguments](https://socketry.github.io/protocol-http/releases/index#request[]-and-response[]-keyword-arguments)
Expand Down
4 changes: 2 additions & 2 deletions releases.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Releases

## Unreleased
## v0.31.0

- Ensure chunks are flushed if required, when streaming.
- Ensure chunks are flushed if required, when streaming.

## v0.30.0

Expand Down

0 comments on commit f4a9700

Please sign in to comment.