Skip to content

Commit 1ed69f0

Browse files
committed
Bump patch version.
1 parent ee2318e commit 1ed69f0

File tree

3 files changed

+6
-7
lines changed

3 files changed

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

readme.md

Lines changed: 4 additions & 5 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.62.1
34+
35+
- Fix handling of `Stream#read(0)`, it must return a mutable string (or clear the given buffer).
36+
3337
### v0.61.0
3438

3539
- Introduce `Protocol::HTTP::RefusedError` for indicating a stream or request was refused before processing and can be safely retried. `RequestRefusedError` is provided as an alias for backwards compatibility.
@@ -81,11 +85,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http/relea
8185
- Introduce rich support for `Header::Digest`, `Header::ServerTiming`, `Header::TE`, `Header::Trailer` and `Header::TransferEncoding`.
8286
- [Improved HTTP Trailer Security](https://socketry.github.io/protocol-http/releases/index#improved-http-trailer-security)
8387

84-
### v0.53.0
85-
86-
- Improve consistency of Body `#inspect`.
87-
- Improve `as_json` support for Body wrappers.
88-
8988
## See Also
9089

9190
- [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.62.1
44

55
- Fix handling of `Stream#read(0)`, it must return a mutable string (or clear the given buffer).
66

0 commit comments

Comments
 (0)