Skip to content

Commit 6a6829e

Browse files
committed
Bump minor version.
1 parent 349839a commit 6a6829e

3 files changed

Lines changed: 6 additions & 8 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.1"
8+
VERSION = "0.22.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 6 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.22.0
25+
26+
- Prefer `Protocol::HTTP::Body::Buffered` where possible for enumerable bodies, mainly to avoid creating `Enumerable`s.
27+
2428
### v0.21.1
2529

2630
- Fix missing `body#close` for streaming bodies.
@@ -58,12 +62,6 @@ Please see the [project releases](https://socketry.github.io/protocol-rack/relea
5862

5963
- Handling of `HEAD` requests is now more robust.
6064

61-
### v0.13.0
62-
63-
- 100% test and documentation coverage.
64-
- `Protocol::Rack::Input#rewind` now works when the entire input is already read.
65-
- `Protocol::Rack::Adapter::Rack2` has stricter validation of the application response.
66-
6765
## Contributing
6866

6967
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.22.0
44

55
- Prefer `Protocol::HTTP::Body::Buffered` where possible for enumerable bodies, mainly to avoid creating `Enumerable`s.
66

0 commit comments

Comments
 (0)