Skip to content

Commit 4ae402a

Browse files
committed
Bump minor version.
1 parent ab3ba8a commit 4ae402a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
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.12.0"
8+
VERSION = "0.13.0"
99
end
1010
end

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ run proc{|env|
6767

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

70+
### v0.13.0
71+
72+
- 100% test and documentation coverage.
73+
- `Protocol::Rack::Input#rewind` now works when the entire input is already read.
74+
- `Protocol::Rack::Adapter::Rack2` has stricter validation of the application response.
75+
76+
### v0.12.0
77+
78+
- Ignore (and close) response bodies for status codes that don't allow them.
79+
7080
### v0.11.2
7181

7282
- Stop setting `env["SERVER_PORT"]` to `nil` if not present.

releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Releases
22

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

55
- 100% test and documentation coverage.
6-
- {Protocol::Rack::Input#rewind} now works when the entire input is already read.
6+
- {Protocol::Rack::Input\#rewind} now works when the entire input is already read.
77
- {Protocol::Rack::Adapter::Rack2} has stricter validation of the application response.
8-
8+
99
## v0.12.0
1010

1111
- Ignore (and close) response bodies for status codes that don't allow them.

0 commit comments

Comments
 (0)