We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc3412 commit 84316daCopy full SHA for 84316da
changelog-h3-webtransport.md
@@ -1,3 +1,7 @@
1
+# v0.1.2 (2025-05-06)
2
+* use new h3 error types
3
+* some code cleanup
4
+
5
# v0.1.1
6
* update dependencies
7
* move datagram logic to its own crate
h3-webtransport/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "h3-webtransport"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
documentation = "https://docs.rs/h3-webtransport"
repository = "https://github.com/hyperium/h3"
0 commit comments