diff --git a/web-transport-proto/CHANGELOG.md b/web-transport-proto/CHANGELOG.md index 8583d5b..38045a6 100644 --- a/web-transport-proto/CHANGELOG.md +++ b/web-transport-proto/CHANGELOG.md @@ -22,6 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.5.1...web-transport-proto-v0.5.2) - 2026-02-13 + +### Other + +- Fix some API mistakes. ([#163](https://github.com/moq-dev/web-transport/pull/163)) + ## [0.5.1](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.5.0...web-transport-proto-v0.5.1) - 2026-02-11 ### Other diff --git a/web-transport-proto/Cargo.toml b/web-transport-proto/Cargo.toml index 9c62448..458d123 100644 --- a/web-transport-proto/Cargo.toml +++ b/web-transport-proto/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/web-transport" license = "MIT OR Apache-2.0" -version = "0.5.1" +version = "0.5.2" edition = "2021" keywords = ["quic", "http3", "webtransport"] diff --git a/web-transport-quiche/CHANGELOG.md b/web-transport-quiche/CHANGELOG.md index cc03846..4e98d78 100644 --- a/web-transport-quiche/CHANGELOG.md +++ b/web-transport-quiche/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.2.0...web-transport-quiche-v0.2.1) - 2026-02-13 + +### Other + +- Fix some API mistakes. ([#163](https://github.com/moq-dev/web-transport/pull/163)) + ## [0.2.0](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.1.0...web-transport-quiche-v0.2.0) - 2026-02-11 ### Other diff --git a/web-transport/CHANGELOG.md b/web-transport/CHANGELOG.md index fce181e..f1d67fc 100644 --- a/web-transport/CHANGELOG.md +++ b/web-transport/CHANGELOG.md @@ -27,6 +27,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0](https://github.com/moq-dev/web-transport/compare/web-transport-v0.9.7...web-transport-v0.10.0) - 2026-02-13 + +### Other + +- release ([#156](https://github.com/moq-dev/web-transport/pull/156)) +- Async accept ([#159](https://github.com/moq-dev/web-transport/pull/159)) +- release ([#150](https://github.com/moq-dev/web-transport/pull/150)) +- release ([#148](https://github.com/moq-dev/web-transport/pull/148)) +- release ([#146](https://github.com/moq-dev/web-transport/pull/146)) +- Manually run release-plz because CI is broken? ([#145](https://github.com/moq-dev/web-transport/pull/145)) +- Sub-protocol negotiation + breaking API changes ([#143](https://github.com/moq-dev/web-transport/pull/143)) +- release ([#122](https://github.com/moq-dev/web-transport/pull/122)) +- Double check that read_buf is properly implemented. ([#137](https://github.com/moq-dev/web-transport/pull/137)) +- Remove with_unreliable. ([#136](https://github.com/moq-dev/web-transport/pull/136)) +- Don't require &mut for web-transport ([#134](https://github.com/moq-dev/web-transport/pull/134)) +- Rename the repo into a new org. ([#132](https://github.com/moq-dev/web-transport/pull/132)) +- We should bump the web-transport-trait crates. ([#123](https://github.com/moq-dev/web-transport/pull/123)) +- release ([#119](https://github.com/moq-dev/web-transport/pull/119)) +- Avoid some spurious semver changes and bump the rest ([#121](https://github.com/moq-dev/web-transport/pull/121)) +- Initial web-transport-quiche support ([#118](https://github.com/moq-dev/web-transport/pull/118)) + ## [0.10.0](https://github.com/moq-dev/web-transport/compare/web-transport-v0.9.7...web-transport-v0.10.0) - 2026-02-11 ### Other