Skip to content

Commit 5174722

Browse files
authored
h3-quinn-v0.0.8 (#287)
1 parent 8e63448 commit 5174722

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

changelog-h3-quinn.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v0.0.8 (2025-03-15)
2+
* avoid copying data when sending
3+
* new datagram feature
4+
15
### v0.0.7 (2024-07-01)
26
* Consolidate quic trait redundancy
37
* make types Sync

changelog-h3.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Added .id() for client RequestStream
55
* move datagram to separate crate
66
* Client ability to stop streams with error code
7-
* avoid copying all data when sending
87
* Add extended CONNECT setting for client conn
98

109
### v0.0.6 (2024-07-01)

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.7"
3+
version = "0.0.8"
44
rust-version = "1.70"
55
authors = ["Jean-Christophe BEGUE <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)