We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae95bf1 commit 0927137Copy full SHA for 0927137
lib/protocol/http/version.rb
@@ -5,6 +5,6 @@
5
6
module Protocol
7
module HTTP
8
- VERSION = "0.45.0"
+ VERSION = "0.46.0"
9
end
10
readme.md
@@ -24,6 +24,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
24
25
Please see the [project releases](https://socketry.github.io/protocol-http/releases/index) for all releases.
26
27
+### v0.46.0
28
+
29
+ - Add support for `priority:` header.
30
31
### v0.33.0
32
33
- Clarify behaviour of streaming bodies and copy `Protocol::Rack::Body::Streaming` to `Protocol::HTTP::Body::Streamable`.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.46.0
4
- Add support for `priority:` header.
0 commit comments