Skip to content

Commit 1b4f903

Browse files
committed
Bump patch version.
1 parent 9d48928 commit 1b4f903

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.21.0"
8+
VERSION = "0.21.1"
99
end
1010
end

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-rack/
2121

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

24+
### v0.21.1
25+
26+
- Fix missing `body#close` for streaming bodies.
27+
2428
### v0.21.0
2529

2630
- For the purpose of constructing the rack request environment, trailers are ignored.
@@ -60,10 +64,6 @@ Please see the [project releases](https://socketry.github.io/protocol-rack/relea
6064
- `Protocol::Rack::Input#rewind` now works when the entire input is already read.
6165
- `Protocol::Rack::Adapter::Rack2` has stricter validation of the application response.
6266

63-
### v0.12.0
64-
65-
- Ignore (and close) response bodies for status codes that don't allow them.
66-
6767
## Contributing
6868

6969
We welcome contributions to this project.

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

55
- Fix missing `body#close` for streaming bodies.
66

0 commit comments

Comments
 (0)