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 55
66module Protocol
77 module HTTP
8- VERSION = "0.52 .0"
8+ VERSION = "0.53 .0"
99 end
1010end
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/
3232
3333Please 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.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.53.0
44
55 - Improve consistency of Body ` #inspect ` .
66 - Improve ` as_json ` support for Body wrappers.
You can’t perform that action at this time.
0 commit comments