Skip to content

Commit 618a185

Browse files
committed
v0.14.30
1 parent 4a51b2a commit 618a185

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.14.30 (2024-07-09)
2+
3+
4+
#### Bug Fixes
5+
6+
* **http1:** reject final chunked if missing 0 ([4a51b2af](https://github.com/hyperium/hyper/commit/4a51b2afefcc1373c2a5b834fa0ae8d935dbff46))
7+
8+
19
### v0.14.29 (2024-06-03)
210

311

Cargo.toml

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

0 commit comments

Comments
 (0)