Skip to content

Commit f2a95f3

Browse files
committed
Bump minor version.
1 parent f90c812 commit f2a95f3

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.15.0"
8+
VERSION = "0.16.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 @@ run proc{|env|
6767

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

70+
### v0.16.0
71+
72+
- Hijacked IO is no longer duped, as it's not retained by the original connection, and `SSLSocket` does not support duping.
73+
7074
### v0.15.0
7175

7276
- Use `IO::Stream::Readable` for the input body, which is a better tested and more robust interface.

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.16.0
44

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

0 commit comments

Comments
 (0)