Skip to content

Commit 6e4af8c

Browse files
committed
Bump minor version.
1 parent 0344794 commit 6e4af8c

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

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

readme.md

Lines changed: 4 additions & 5 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.39.0
34+
35+
- Rename `RequestRefusedError` -\> `RefusedError`.
36+
3337
### v0.38.0
3438

3539
- `write_request` now raises `Protocol::HTTP::RequestRefusedError` if the request line or headers cannot be written, indicating the request was not processed and can be safely retried.
@@ -68,11 +72,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http1/rele
6872

6973
- Support high-byte characters in HTTP headers for improved international compatibility.
7074

71-
### v0.32.0
72-
73-
- Fix header parsing to handle tab characters between values correctly.
74-
- Complete documentation coverage for all public APIs.
75-
7675
## Contributing
7776

7877
We welcome contributions to this project.

releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Releases
22

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

5-
- Rename `RequestRefusedError` -> `RefusedError`.
5+
- Rename `RequestRefusedError` -\> `RefusedError`.
66

77
## v0.38.0
88

0 commit comments

Comments
 (0)