Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 15, 2023
1 parent 5d64f32 commit 2474edd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion http-body-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ categories = ["web-programming"]
bytes = "1"
futures-util = { version = "0.3.14", default-features = false, features = ["alloc"] }
http = "1"
http-body = { version = "=1.0.0-rc.2", path = "../http-body" }
http-body = { version = "1", path = "../http-body" }
pin-project-lite = "0.2"

[dev-dependencies]
Expand Down
5 changes: 3 additions & 2 deletions http-body/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased
# 1.0.0 (November 15, 2023)

None.
- Update `http` to 1.0.
- Add `Frame::map_data()`.

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

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

0 comments on commit 2474edd

Please sign in to comment.