Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Dec 8, 2023
1 parent 6104a31 commit c800ee9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
# 0.4.6 (December 8, 2023)

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

# 0.4.5 (May 20, 2022)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "http-body"
# - README.md
# - Update CHANGELOG.md.
# - Create "vx.y.z" git tag.
version = "0.4.5"
version = "0.4.6"
authors = [
"Carl Lerche <[email protected]>",
"Lucio Franco <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/http-body/0.4.5")]
#![doc(html_root_url = "https://docs.rs/http-body/0.4.6")]
#![deny(
missing_debug_implementations,
missing_docs,
Expand Down

0 comments on commit c800ee9

Please sign in to comment.