Skip to content

Commit 4fda6b3

Browse files
committedJul 9, 2024·
v1.4.1
1 parent 8e5de1b commit 4fda6b3

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+
### v1.4.1 (2024-07-09)
2+
3+
4+
#### Bug Fixes
5+
6+
* **http1:** reject final chunked if missing 0 ([8e5de1bb](https://github.com/hyperium/hyper/commit/8e5de1bb57e10b5bd9e70ab22489da787517238a))
7+
8+
19
## v1.4.0 (2024-07-01)
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 = "1.4.0"
3+
version = "1.4.1"
44
description = "A fast and correct HTTP library."
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)
Please sign in to comment.