We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6137c3 commit b8879fdCopy full SHA for b8879fd
lib/protocol/rack/version.rb
@@ -5,6 +5,6 @@
5
6
module Protocol
7
module Rack
8
- VERSION = "0.13.0"
+ VERSION = "0.14.0"
9
end
10
readme.md
@@ -67,6 +67,10 @@ run proc{|env|
67
68
Please see the [project releases](https://socketry.github.io/protocol-rack/releases/index) for all releases.
69
70
+### v0.14.0
71
+
72
+ - Handling of `HEAD` requests is now more robust.
73
74
### v0.13.0
75
76
- 100% test and documentation coverage.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.14.0
4
- Handling of `HEAD` requests is now more robust.
0 commit comments