Skip to content

Commit ef7bf49

Browse files
committed
Bump minor version.
1 parent 94703cf commit ef7bf49

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/protocol/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module Rack
8-
VERSION = "0.16.0"
8+
VERSION = "0.17.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ end
6767

6868
Please see the [project releases](https://socketry.github.io/protocol-rack/releases/index) for all releases.
6969

70+
### v0.17.0
71+
72+
- Support `rack.response_finished` in Rack 2 if it's present in the environment.
73+
7074
### v0.16.0
7175

7276
- Hijacked IO is no longer duped, as it's not retained by the original connection, and `SSLSocket` does not support duping.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.17.0
44

55
- Support `rack.response_finished` in Rack 2 if it's present in the environment.
66

0 commit comments

Comments
 (0)