Skip to content

Commit e9a5ffc

Browse files
committed
Bump minor version.
1 parent 85ffef0 commit e9a5ffc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

lib/protocol/http/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module HTTP
8-
VERSION = "0.32.0"
8+
VERSION = "0.33.0"
99
end
1010
end

readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ 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.33.0
26+
27+
- Clarify behaviour of streaming bodies and copy `Protocol::Rack::Body::Streaming` to `Protocol::HTTP::Body::Streamable`.
28+
- Copy `Async::HTTP::Body::Writable` to `Protocol::HTTP::Body::Writable`.
29+
2530
### v0.31.0
2631

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

releases.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Releases
22

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

5-
- Clarify behaviour of streaming bodies and copy `Protocol::Rack::Body::Streaming` to `Protocol::HTTP::Body::Streamable`.
6-
- Copy `Async::HTTP::Body::Writable` to `Protocol::HTTP::Body::Writable`.
5+
- Clarify behaviour of streaming bodies and copy `Protocol::Rack::Body::Streaming` to `Protocol::HTTP::Body::Streamable`.
6+
- Copy `Async::HTTP::Body::Writable` to `Protocol::HTTP::Body::Writable`.
77

88
## v0.31.0
99

0 commit comments

Comments
 (0)