Skip to content

Commit 482c349

Browse files
committed
http-body-util: v0.1.2
1 parent 60c6383 commit 482c349

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

http-body-util/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.1.2
2+
3+
- Add `BodyDataStream` type to convert a body to a stream of its data.
4+
15
# v0.1.1
26

37
- Add `BodyExt::with_trailers()` combinator.

http-body-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "http-body-util"
88
# - README.md
99
# - Update CHANGELOG.md.
1010
# - Create "http-body-util-x.y.z" git tag.
11-
version = "0.1.1"
11+
version = "0.1.2"
1212
authors = [
1313
"Carl Lerche <me@carllerche.com>",
1414
"Lucio Franco <luciofranco14@gmail.com>",

0 commit comments

Comments
 (0)