Skip to content

Commit ac0396d

Browse files
committed
Bump minor version.
1 parent 5e48fd8 commit ac0396d

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

readme.md

Lines changed: 4 additions & 0 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.20.0
25+
26+
- Convert header values into strings using `to_s` so that `Headers#each` can yield non-string values if necessary.
27+
2428
### v0.19.0
2529

2630
- Use `Headers#add` instead of `Headers#[]=` in Rack3 and Rack31 adapters, which is the correct interface for appending headers.

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

55
- Convert header values into strings using `to_s` so that `Headers#each` can yield non-string values if necessary.
66

0 commit comments

Comments
 (0)