From a307339bbb518b39a021d035a1b0fb0e4fde8b6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:22:55 +0000 Subject: [PATCH] chore: release --- web-transport-quiche/CHANGELOG.md | 7 +++++++ web-transport/CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/web-transport-quiche/CHANGELOG.md b/web-transport-quiche/CHANGELOG.md index 3d95832..7b73587 100644 --- a/web-transport-quiche/CHANGELOG.md +++ b/web-transport-quiche/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.0.6...web-transport-quiche-v0.1.0) - 2026-02-10 + +### Other + +- Bump web-transport-quiche ([#158](https://github.com/moq-dev/web-transport/pull/158)) +- Oops, `accept` is supposed to be async. ([#157](https://github.com/moq-dev/web-transport/pull/157)) + ## [0.0.6](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.0.5...web-transport-quiche-v0.0.6) - 2026-02-10 ### Other diff --git a/web-transport/CHANGELOG.md b/web-transport/CHANGELOG.md index d3e07ee..69e1f61 100644 --- a/web-transport/CHANGELOG.md +++ b/web-transport/CHANGELOG.md @@ -31,6 +31,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other +- 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-10 + +### Other + - 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))