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 5
5
6
6
module Protocol
7
7
module HTTP
8
- VERSION = "0.45 .0"
8
+ VERSION = "0.46 .0"
9
9
end
10
10
end
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/
24
24
25
25
Please see the [ project releases] ( https://socketry.github.io/protocol-http/releases/index ) for all releases.
26
26
27
+ ### v0.46.0
28
+
29
+ - Add support for ` priority: ` header.
30
+
27
31
### v0.33.0
28
32
29
33
- 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 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.46.0
4
4
5
5
- Add support for ` priority: ` header.
6
6
You can’t perform that action at this time.
0 commit comments