File tree Expand file tree Collapse file tree 8 files changed +35
-6
lines changed Expand file tree Collapse file tree 8 files changed +35
-6
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.2.5] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-proto-v0.2.4...web-transport-proto-v0.2.5 ) - 2025-03-26
10+
11+ ### Other
12+
13+ - Added Ring feature flag ([ #68 ] ( https://github.com/kixelated/web-transport-rs/pull/68 ) )
14+
915## [ 0.2.4] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-proto-v0.2.3...web-transport-proto-v0.2.4 ) - 2025-01-15
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.2.4 "
8+ version = " 0.2.5 "
99edition = " 2021"
1010
1111keywords = [" quic" , " http3" , " webtransport" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.5.1] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-quinn-v0.5.0...web-transport-quinn-v0.5.1 ) - 2025-03-26
10+
11+ ### Fixed
12+
13+ - completely remove aws-lc when feature is off ([ #69 ] ( https://github.com/kixelated/web-transport-rs/pull/69 ) )
14+
15+ ### Other
16+
17+ - Added Ring feature flag ([ #68 ] ( https://github.com/kixelated/web-transport-rs/pull/68 ) )
18+ - Adding with_unreliable shim functions to wasm/quinn ClientBuilders for easier generic use ([ #64 ] ( https://github.com/kixelated/web-transport-rs/pull/64 ) )
19+
920## [ 0.5.0] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-quinn-v0.4.1...web-transport-quinn-v0.5.0 ) - 2025-01-26
1021
1122### 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.5.0 "
8+ version = " 0.5.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.4.5] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.4.4...web-transport-wasm-v0.4.5 ) - 2025-03-26
10+
11+ ### Other
12+
13+ - Fix typo in build.rs ([ #62 ] ( https://github.com/kixelated/web-transport-rs/pull/62 ) )
14+
915## [ 0.4.4] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.4.3...web-transport-wasm-v0.4.4 ) - 2025-01-26
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.4.4 "
8+ version = " 0.4.5 "
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.8.1] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.8.0...web-transport-v0.8.1 ) - 2025-03-26
10+
11+ ### Other
12+
13+ - Adding with_unreliable shim functions to wasm/quinn ClientBuilders for easier generic use ([ #64 ] ( https://github.com/kixelated/web-transport-rs/pull/64 ) )
14+
915## [ 0.8.0] ( https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.7.1...web-transport-v0.8.0 ) - 2025-01-26
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.8.0 "
8+ version = " 0.8.1 "
99edition = " 2021"
1010
1111keywords = [" quic" , " http3" , " webtransport" ]
@@ -19,7 +19,7 @@ thiserror = "2"
1919url = " 2"
2020
2121[target .'cfg(target_arch = "wasm32")' .dependencies ]
22- web-transport-wasm = { version = " 0.4.4 " , path = " ../web-transport-wasm" }
22+ web-transport-wasm = { version = " 0.4.5 " , path = " ../web-transport-wasm" }
2323
2424[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
25- web-transport-quinn = { version = " 0.5.0 " , path = " ../web-transport-quinn" }
25+ web-transport-quinn = { version = " 0.5.1 " , path = " ../web-transport-quinn" }
You can’t perform that action at this time.
0 commit comments