Skip to content

Commit bb8b830

Browse files
committed
Bump patch version.
1 parent ad87ee8 commit bb8b830

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.58.0"
8+
VERSION = "0.58.1"
99
end
1010
end

readme.md

Lines changed: 4 additions & 4 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.58.1
34+
35+
- `Protocol::HTTP::DuplicateHeaderError` now includes the existing and new values for better debugging.
36+
3337
### v0.58.0
3438

3539
- Move trailer validation to `Headers#add` method to ensure all additions are checked at the time of addition as this is a hard requirement.
@@ -85,10 +89,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http/relea
8589

8690
- Drop support for Ruby v3.1.
8791

88-
### v0.48.0
89-
90-
- Add support for parsing `accept`, `accept-charset`, `accept-encoding` and `accept-language` headers into structured values.
91-
9292
## See Also
9393

9494
- [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.58.1
44

55
- `Protocol::HTTP::DuplicateHeaderError` now includes the existing and new values for better debugging.
66

0 commit comments

Comments
 (0)