Skip to content

Commit 651ff5e

Browse files
committed
h3 v0.0.4
1 parent e7c7ab9 commit 651ff5e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

changelog-h3.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v0.0.4 (2024-01-24)
2+
3+
* Update to `http` v1.0
4+
* Fix `try_recv` potentially hanging
5+
* Fix prefixed integers on 32bit targets
6+
17
### v0.0.3 (2023-10-23)
28

39
* Split out a `Settings` struct from `Config` ([a57ed22](https://github.com/hyperium/h3/commit/a57ed224ac5d17a635eb71eb6f83c1196f581a51))
@@ -19,4 +25,4 @@
1925

2026
### v0.0.1 (2023-03-09)
2127

22-
initial release
28+
initial release

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.3", path = "../h3" }
16+
h3 = { version = "0.0.4", path = "../h3" }
1717
bytes = "1"
1818
quinn = { version = "0.10", 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.3"
17+
version = "0.0.4"
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.3"
3+
version = "0.0.4"
44
rust-version = "1.63"
55
authors = [
66
"Sean McArthur <[email protected]>",

0 commit comments

Comments
 (0)