From 556a9b38d4cad1f2bba5c7c6a14e4f36f80b19c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 22:09:19 +0000 Subject: [PATCH] chore: release --- web-transport-proto/CHANGELOG.md | 6 ++++++ web-transport-proto/Cargo.toml | 2 +- web-transport-quinn/CHANGELOG.md | 6 ++++++ web-transport-quinn/Cargo.toml | 2 +- web-transport-trait/CHANGELOG.md | 6 ++++++ web-transport-trait/Cargo.toml | 2 +- web-transport/CHANGELOG.md | 21 +++++++++++++++++++++ web-transport/Cargo.toml | 2 +- 8 files changed, 43 insertions(+), 4 deletions(-) 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-quinn/CHANGELOG.md b/web-transport-quinn/CHANGELOG.md index b88bb02..4fea276 100644 --- a/web-transport-quinn/CHANGELOG.md +++ b/web-transport-quinn/CHANGELOG.md @@ -31,6 +31,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.4](https://github.com/moq-dev/web-transport/compare/web-transport-quinn-v0.11.3...web-transport-quinn-v0.11.4) - 2026-02-13 + +### Other + +- Add Stats to the trait ([#165](https://github.com/moq-dev/web-transport/pull/165)) + ## [0.11.3](https://github.com/moq-dev/web-transport/compare/web-transport-quinn-v0.11.2...web-transport-quinn-v0.11.3) - 2026-02-11 ### Other diff --git a/web-transport-quinn/Cargo.toml b/web-transport-quinn/Cargo.toml index 0de47c8..0143581 100644 --- a/web-transport-quinn/Cargo.toml +++ b/web-transport-quinn/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.11.3" +version = "0.11.4" edition = "2021" keywords = ["quic", "http3", "webtransport"] diff --git a/web-transport-trait/CHANGELOG.md b/web-transport-trait/CHANGELOG.md index 1181212..d904489 100644 --- a/web-transport-trait/CHANGELOG.md +++ b/web-transport-trait/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3](https://github.com/moq-dev/web-transport/compare/web-transport-trait-v0.3.2...web-transport-trait-v0.3.3) - 2026-02-13 + +### Other + +- Add Stats to the trait ([#165](https://github.com/moq-dev/web-transport/pull/165)) + ## [0.3.2](https://github.com/moq-dev/web-transport/compare/web-transport-trait-v0.3.1...web-transport-trait-v0.3.2) - 2026-02-07 ### Other diff --git a/web-transport-trait/Cargo.toml b/web-transport-trait/Cargo.toml index 90fcf10..6db6ee5 100644 --- a/web-transport-trait/Cargo.toml +++ b/web-transport-trait/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.3.2" +version = "0.3.3" edition = "2021" keywords = ["quic", "http3", "webtransport"] 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 diff --git a/web-transport/Cargo.toml b/web-transport/Cargo.toml index b21a7ad..ec1d72b 100644 --- a/web-transport/Cargo.toml +++ b/web-transport/Cargo.toml @@ -18,7 +18,7 @@ thiserror = "2" url = "2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -web-transport-quinn = { version = "0.11.3", path = "../web-transport-quinn" } +web-transport-quinn = { version = "0.11.4", path = "../web-transport-quinn" } [target.'cfg(target_arch = "wasm32")'.dependencies] web-transport-wasm = { version = "0.5.5", path = "../web-transport-wasm" }