Skip to content

Commit 5888e66

Browse files
committed
Bump minor version.
1 parent 4c34478 commit 5888e66

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.14.0"
8+
VERSION = "0.15.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.15.0
71+
72+
- Use `IO::Stream::Readable` for the input body, which is a better tested and more robust interface.
73+
7074
### v0.14.0
7175

7276
- Handling of `HEAD` requests is now more robust.

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

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

0 commit comments

Comments
 (0)