Skip to content

Commit

Permalink
h3 v0.0.6 (#250)
Browse files Browse the repository at this point in the history
* h3 v0.0.6
  • Loading branch information
Ruben2424 authored Jul 1, 2024
1 parent 338ff85 commit 4525cae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog-h3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v0.0.6 (2024-07-01)
* Consolidate quic trait redundancy
* start qpack streams
* send grease stream in the background

### v0.0.5 (2024-05-20)
* add `poll_recv_data()` for server
* use 2021 edition
Expand Down
2 changes: 1 addition & 1 deletion h3-quinn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "web-programming"]
license = "MIT"

[dependencies]
h3 = { version = "0.0.5", path = "../h3" }
h3 = { version = "0.0.6", path = "../h3" }
bytes = "1"
quinn = { version = "0.11", default-features = false, features = [
"futures-io",
Expand Down
2 changes: 1 addition & 1 deletion h3-webtransport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ tracing = "0.1.37"
tokio = { version = "1.28", default_features = false }

[dependencies.h3]
version = "0.0.5"
version = "0.0.6"
path = "../h3"
features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]
2 changes: 1 addition & 1 deletion h3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "h3"
version = "0.0.5"
version = "0.0.6"
rust-version = "1.63"
authors = [
"Sean McArthur <sean@seanmonstar.com>",
Expand Down

0 comments on commit 4525cae

Please sign in to comment.