Skip to content

Commit c58b641

Browse files
committed
http-body-util: v0.1.0
1 parent 2474edd commit c58b641

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

http-body-util/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.1.0
2+
3+
- Update `http` to 1.0.
4+
- Update `http-body` to 1.0.
5+
16
# v0.1.0-rc.3
27

38
- Fix `BodyExt::collect()` from panicking on an empty frame.

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.0-rc.3"
11+
version = "0.1.0"
1212
authors = [
1313
"Carl Lerche <me@carllerche.com>",
1414
"Lucio Franco <luciofranco14@gmail.com>",

0 commit comments

Comments
 (0)