File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 55
66module Protocol
77 module HTTP
8- VERSION = "0.45 .0"
8+ VERSION = "0.46 .0"
99 end
1010end
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
2424
2525Please see the [ project releases] ( https://socketry.github.io/protocol-http/releases/index ) for all releases.
2626
27+ ### v0.46.0
28+
29+ - Add support for ` priority: ` header.
30+
2731### v0.33.0
2832
2933 - Clarify behaviour of streaming bodies and copy ` Protocol::Rack::Body::Streaming ` to ` Protocol::HTTP::Body::Streamable ` .
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.46.0
44
55 - Add support for ` priority: ` header.
66
You can’t perform that action at this time.
0 commit comments