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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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 <[email protected]>",
1414
"Lucio Franco <[email protected]>",

0 commit comments

Comments
 (0)