Skip to content

Commit 7829148

Browse files
committed
v0.14.31
1 parent 97b595e commit 7829148

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.14.31 (2024-10-15)
2+
3+
4+
#### Bug Fixes
5+
6+
* **http1:** improve performance of parsing sequentially partial messages ([97b595e](https://github.com/hyperium/hyper/commit/97b595e5892c239a195b199f9e7910f582351c44))
7+
8+
19
### v0.14.30 (2024-07-09)
210

311

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper"
3-
version = "0.14.30"
3+
version = "0.14.31"
44
description = "A fast and correct HTTP library."
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)