Skip to content

Commit

Permalink
http-body-util: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 10, 2024
1 parent 60c6383 commit 482c349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions http-body-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.1.2

- Add `BodyDataStream` type to convert a body to a stream of its data.

# v0.1.1

- Add `BodyExt::with_trailers()` combinator.
Expand Down
2 changes: 1 addition & 1 deletion http-body-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "http-body-util"
# - README.md
# - Update CHANGELOG.md.
# - Create "http-body-util-x.y.z" git tag.
version = "0.1.1"
version = "0.1.2"
authors = [
"Carl Lerche <[email protected]>",
"Lucio Franco <[email protected]>",
Expand Down

0 comments on commit 482c349

Please sign in to comment.