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 4c34478 commit 5888e66Copy full SHA for 5888e66
lib/protocol/rack/version.rb
@@ -5,6 +5,6 @@
5
6
module Protocol
7
module Rack
8
- VERSION = "0.14.0"
+ VERSION = "0.15.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.15.0
71
+
72
+ - Use `IO::Stream::Readable` for the input body, which is a better tested and more robust interface.
73
74
### v0.14.0
75
76
- Handling of `HEAD` requests is now more robust.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.15.0
4
- Use `IO::Stream::Readable` for the input body, which is a better tested and more robust interface.
0 commit comments