Skip to content

Commit af8cb2e

Browse files
committed
Bump minor version.
1 parent f47889b commit af8cb2e

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.60.0"
8+
VERSION = "0.61.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.61.0
34+
35+
- Introduce `Protocol::HTTP::RequestRefusedError` for indicating a request was not processed by the server and can be safely retried.
36+
3337
### v0.60.0
3438

3539
- Expose `Protocol::HTTP::Body::Writable#count` attribute to provide access to the number of chunks written to the body.
@@ -82,12 +86,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http/relea
8286
- Improve consistency of Body `#inspect`.
8387
- Improve `as_json` support for Body wrappers.
8488

85-
### v0.52.0
86-
87-
- Add `Protocol::HTTP::Headers#to_a` method that returns the fields array, providing compatibility with standard Ruby array conversion pattern.
88-
- Expose `tail` in `Headers.new` so that trailers can be accurately reproduced.
89-
- Add agent context.
90-
9189
## See Also
9290

9391
- [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.61.0
44

55
- Introduce `Protocol::HTTP::RequestRefusedError` for indicating a request was not processed by the server and can be safely retried.
66

0 commit comments

Comments
 (0)