File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.7.1] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-quinn-v0.7.0...web-transport-quinn-v0.7.1 ) - 2025-05-21
10+
11+ ### Other
12+
13+ - Fully take ownership of the Url, not a ref. ([ #80 ] ( https://github.com/kixelated/web-transport-rs/pull/80 ) )
14+
915## [ 0.6.1] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-quinn-v0.6.0...web-transport-quinn-v0.6.1 ) - 2025-05-21
1016
1117### Other
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55repository = " https://github.com/kixelated/web-transport-rs"
66license = " MIT OR Apache-2.0"
77
8- version = " 0.7.0 "
8+ version = " 0.7.1 "
99edition = " 2021"
1010
1111keywords = [" quic" , " http3" , " webtransport" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.9.2] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.9.1...web-transport-v0.9.2 ) - 2025-05-21
10+
11+ ### Other
12+
13+ - Fully take ownership of the Url, not a ref. ([ #80 ] ( https://github.com/kixelated/web-transport-rs/pull/80 ) )
14+
915## [ 0.9.1] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.9.0...web-transport-v0.9.1 ) - 2025-05-21
1016
1117### Other
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55repository = " https://github.com/kixelated/web-transport-rs"
66license = " MIT OR Apache-2.0"
77
8- version = " 0.9.1 "
8+ version = " 0.9.2 "
99edition = " 2021"
1010
1111keywords = [" quic" , " http3" , " webtransport" ]
@@ -21,4 +21,4 @@ url = "2"
2121web-transport-wasm = { version = " 0.5.0" , path = " ../web-transport-wasm" }
2222
2323[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
24- web-transport-quinn = { version = " 0.7.0 " , path = " ../web-transport-quinn" }
24+ web-transport-quinn = { version = " 0.7.1 " , path = " ../web-transport-quinn" }
You can’t perform that action at this time.
0 commit comments