Skip to content

Commit 4267b99

Browse files
committed
Bump minor version.
1 parent 4b08074 commit 4267b99

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/protocol/http1/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 HTTP1
8-
VERSION = "0.36.0"
8+
VERSION = "0.37.0"
99
end
1010
end

readme.md

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

3131
Please see the [project releases](https://socketry.github.io/protocol-http1/releases/index) for all releases.
3232

33+
### v0.37.0
34+
35+
- `Protocol::HTTP1::BadRequest` now includes `Protocol::HTTP::BadRequest` for better interoperability and handling of bad request errors across different HTTP protocol implementations.
36+
3337
### v0.36.0
3438

3539
- Indicate trailers from chunked body for better validation by `Protocol::HTTP::Headers`.
@@ -69,10 +73,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http1/rele
6973

7074
- Make `authority` header optional in HTTP requests for improved flexibility.
7175

72-
### v0.29.0
73-
74-
- Add block/yield interface to `read_request` and `read_response` methods.
75-
7676
## Contributing
7777

7878
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.37.0
44

55
- `Protocol::HTTP1::BadRequest` now includes `Protocol::HTTP::BadRequest` for better interoperability and handling of bad request errors across different HTTP protocol implementations.
66

0 commit comments

Comments
 (0)