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 e4d2724 commit 6bb0ac2Copy full SHA for 6bb0ac2
lib/protocol/rack/version.rb
@@ -5,6 +5,6 @@
5
6
module Protocol
7
module Rack
8
- VERSION = "0.17.0"
+ VERSION = "0.18.0"
9
end
10
readme.md
@@ -71,7 +71,7 @@ end
71
72
Please see the [project releases](https://socketry.github.io/protocol-rack/releases/index) for all releases.
73
74
-### Unreleased
+### v0.18.0
75
76
- Correctly invoke `rack.response_finished` in reverse order.
77
- Tolerate errors during `rack.response_finished` callbacks.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.18.0
4
0 commit comments