Skip to content

Commit 6b9b3d8

Browse files
committed
Bump minor version.
1 parent 79e8df9 commit 6b9b3d8

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
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.59.0"
8+
VERSION = "0.60.0"
99
end
1010
end

readme.md

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

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

33+
### v0.60.0
34+
35+
- Expose `Protocol::HTTP::Body::Writable#count` attribute to provide access to the number of chunks written to the body.
36+
3337
### v0.59.0
3438

3539
- Introduce `Protocol::HTTP::Middleware.load` method for loading middleware applications from files.
@@ -84,12 +88,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http/relea
8488
- Expose `tail` in `Headers.new` so that trailers can be accurately reproduced.
8589
- Add agent context.
8690

87-
### v0.51.0
88-
89-
- `Protocol::HTTP::Headers` now raise a `DuplicateHeaderError` when a duplicate singleton header (e.g. `content-length`) is added.
90-
- `Protocol::HTTP::Headers#add` now coerces the value to a string when adding a header, ensuring consistent behaviour.
91-
- `Protocol::HTTP::Body::Head.for` now accepts an optional `length` parameter, allowing it to create a head body even when the body is not provided, based on the known content length.
92-
9391
## See Also
9492

9593
- [protocol-http1](https://github.com/socketry/protocol-http1) — HTTP/1 client/server implementation using this

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

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

55
- Expose `Protocol::HTTP::Body::Writable#count` attribute to provide access to the number of chunks written to the body.
66

0 commit comments

Comments
 (0)