Skip to content

Commit 652f9b4

Browse files
committed
Bump minor version.
1 parent 6368822 commit 652f9b4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.52.0"
8+
VERSION = "0.53.0"
99
end
1010
end

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
3232

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

35+
### v0.53.0
36+
37+
- Improve consistency of Body `#inspect`.
38+
- Improve `as_json` support for Body wrappers.
39+
3540
### v0.52.0
3641

3742
- Add `Protocol::HTTP::Headers#to_a` method that returns the fields array, providing compatibility with standard Ruby array conversion pattern.

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.53.0
44

55
- Improve consistency of Body `#inspect`.
66
- Improve `as_json` support for Body wrappers.

0 commit comments

Comments
 (0)