Skip to content

Commit 3334ca2

Browse files
committed
Bump minor version.
1 parent 3df19c7 commit 3334ca2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/protocol/http/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module HTTP
8-
VERSION = "0.47.1"
8+
VERSION = "0.48.0"
99
end
1010
end

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
2424

2525
Please see the [project releases](https://socketry.github.io/protocol-http/releases/index) for all releases.
2626

27+
### v0.48.0
28+
29+
- Add support for parsing `accept`, `accept-charset`, `accept-encoding` and `accept-language` headers into structured values.
30+
2731
### v0.46.0
2832

2933
- Add support for `priority:` header.

releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

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

55
- Add support for parsing `accept`, `accept-charset`, `accept-encoding` and `accept-language` headers into structured values.
66

0 commit comments

Comments
 (0)