File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
module Protocol
7
7
module HTTP
8
- VERSION = "0.52 .0"
8
+ VERSION = "0.53 .0"
9
9
end
10
10
end
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
32
32
33
33
Please see the [ project releases] ( https://socketry.github.io/protocol-http/releases/index ) for all releases.
34
34
35
+ ### v0.53.0
36
+
37
+ - Improve consistency of Body ` #inspect ` .
38
+ - Improve ` as_json ` support for Body wrappers.
39
+
35
40
### v0.52.0
36
41
37
42
- Add ` Protocol::HTTP::Headers#to_a ` method that returns the fields array, providing compatibility with standard Ruby array conversion pattern.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.53.0
4
4
5
5
- Improve consistency of Body ` #inspect ` .
6
6
- Improve ` as_json ` support for Body wrappers.
You can’t perform that action at this time.
0 commit comments