We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff3eec commit 9b02824Copy full SHA for 9b02824
changelog-h3-quinn.md
@@ -1,3 +1,6 @@
1
+### v0.0.9 (2025-03-18)
2
+* fix private field usage from quinn
3
+
4
### v0.0.8 (2025-03-15)
5
* avoid copying data when sending
6
* new datagram feature
h3-quinn/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "h3-quinn"
-version = "0.0.8"
+version = "0.0.9"
rust-version = "1.70"
authors = ["Jean-Christophe BEGUE <jc.begue@pm.me>"]
edition = "2021"
0 commit comments