Skip to content

Commit 930f1a2

Browse files
committed
v0.4.6
1 parent 6104a31 commit 930f1a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Unreleased
1+
# 0.4.6 (December 8, 2023)
22

3-
None.
3+
- Add `Collect` combinator (backported from http-body-util).
44

55
# 0.4.5 (May 20, 2022)
66

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "http-body"
88
# - README.md
99
# - Update CHANGELOG.md.
1010
# - Create "vx.y.z" git tag.
11-
version = "0.4.5"
11+
version = "0.4.6"
1212
authors = [
1313
"Carl Lerche <[email protected]>",
1414
"Lucio Franco <[email protected]>",

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/http-body/0.4.5")]
1+
#![doc(html_root_url = "https://docs.rs/http-body/0.4.6")]
22
#![deny(
33
missing_debug_implementations,
44
missing_docs,

0 commit comments

Comments
 (0)