Skip to content

Commit

Permalink
v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Dec 29, 2022
1 parent e1b0144 commit 2c2433b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions http-body/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

None.

# 1.0.0-rc.2 (Dec 28, 2022)

- Change return type of `Frame::into_data()` and `Frame::into_trailers()` methods to return `Result<T, Self>` instead of `Option<T>`.

# 1.0.0-rc1 (Oct 25, 2022)

- Body trait forward-compat redesign (#67).
Expand Down
3 changes: 1 addition & 2 deletions http-body/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
name = "http-body"
# When releasing to crates.io:
# - Remove path dependencies
# - Update html_root_url.
# - Update doc url
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create "http-body-x.y.z" git tag.
version = "1.0.0-rc1"
version = "1.0.0-rc.2"
authors = [
"Carl Lerche <[email protected]>",
"Lucio Franco <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion http-body/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![doc(html_root_url = "https://docs.rs/http-body/1.0.0-rc1")]
#![deny(
missing_debug_implementations,
missing_docs,
Expand Down

0 comments on commit 2c2433b

Please sign in to comment.