Skip to content

Commit 9b02824

Browse files
committed
h3-quinn v0.0.9
1 parent 7ff3eec commit 9b02824

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog-h3-quinn.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v0.0.9 (2025-03-18)
2+
* fix private field usage from quinn
3+
14
### v0.0.8 (2025-03-15)
25
* avoid copying data when sending
36
* new datagram feature

h3-quinn/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "h3-quinn"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
rust-version = "1.70"
55
authors = ["Jean-Christophe BEGUE <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)