Skip to content

Commit 4525cae

Browse files
authored
h3 v0.0.6 (#250)
* h3 v0.0.6
1 parent 338ff85 commit 4525cae

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog-h3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v0.0.6 (2024-07-01)
2+
* Consolidate quic trait redundancy
3+
* start qpack streams
4+
* send grease stream in the background
5+
16
### v0.0.5 (2024-05-20)
27
* add `poll_recv_data()` for server
38
* use 2021 edition

h3-quinn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["network-programming", "web-programming"]
1313
license = "MIT"
1414

1515
[dependencies]
16-
h3 = { version = "0.0.5", path = "../h3" }
16+
h3 = { version = "0.0.6", path = "../h3" }
1717
bytes = "1"
1818
quinn = { version = "0.11", default-features = false, features = [
1919
"futures-io",

h3-webtransport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ tracing = "0.1.37"
1414
tokio = { version = "1.28", default_features = false }
1515

1616
[dependencies.h3]
17-
version = "0.0.5"
17+
version = "0.0.6"
1818
path = "../h3"
1919
features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]

h3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "h3"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
rust-version = "1.63"
55
authors = [
66
"Sean McArthur <[email protected]>",

0 commit comments

Comments
 (0)