Skip to content

Commit f4a9700

Browse files
committed
Bump minor version.
1 parent 131dbc0 commit f4a9700

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

lib/protocol/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module HTTP
8-
VERSION = "0.30.0"
8+
VERSION = "0.31.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
2222

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

25+
### v0.31.0
26+
27+
- Ensure chunks are flushed if required, when streaming.
28+
2529
### v0.30.0
2630

2731
- [`Request[]` and `Response[]` Keyword Arguments](https://socketry.github.io/protocol-http/releases/index#request[]-and-response[]-keyword-arguments)

releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Releases
22

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

5-
- Ensure chunks are flushed if required, when streaming.
5+
- Ensure chunks are flushed if required, when streaming.
66

77
## v0.30.0
88

0 commit comments

Comments
 (0)