From cf9cd39daf74281d6698bd66fef16a701beaa13b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 02:22:50 +0000 Subject: [PATCH] chore: release --- rs/web-transport-proto/CHANGELOG.md | 8 ++++++++ rs/web-transport-quinn/CHANGELOG.md | 10 ++++++++++ rs/web-transport/CHANGELOG.md | 6 ++++++ 3 files changed, 24 insertions(+) diff --git a/rs/web-transport-proto/CHANGELOG.md b/rs/web-transport-proto/CHANGELOG.md index 78806431..a9f3f952 100644 --- a/rs/web-transport-proto/CHANGELOG.md +++ b/rs/web-transport-proto/CHANGELOG.md @@ -22,6 +22,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.6.0...web-transport-proto-v0.6.1) - 2026-07-17 + +### Other + +- release ([#318](https://github.com/moq-dev/web-transport/pull/318)) +- release ([#276](https://github.com/moq-dev/web-transport/pull/276)) +- *(deps)* bump the cargo group with 3 updates ([#270](https://github.com/moq-dev/web-transport/pull/270)) + ## [0.6.1](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.6.0...web-transport-proto-v0.6.1) - 2026-07-16 ### Other diff --git a/rs/web-transport-quinn/CHANGELOG.md b/rs/web-transport-quinn/CHANGELOG.md index 10e0a1a9..d997b238 100644 --- a/rs/web-transport-quinn/CHANGELOG.md +++ b/rs/web-transport-quinn/CHANGELOG.md @@ -31,6 +31,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.11](https://github.com/moq-dev/web-transport/compare/web-transport-quinn-v0.11.10...web-transport-quinn-v0.11.11) - 2026-07-17 + +### Fixed + +- *(qmux)* make write_buf cancel safe so a dropped write can't lose bytes ([#323](https://github.com/moq-dev/web-transport/pull/323)) + +### Other + +- release ([#318](https://github.com/moq-dev/web-transport/pull/318)) + ## [0.11.11](https://github.com/moq-dev/web-transport/compare/web-transport-quinn-v0.11.10...web-transport-quinn-v0.11.11) - 2026-07-16 ### Fixed diff --git a/rs/web-transport/CHANGELOG.md b/rs/web-transport/CHANGELOG.md index f77d50d3..cc513601 100644 --- a/rs/web-transport/CHANGELOG.md +++ b/rs/web-transport/CHANGELOG.md @@ -27,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.8](https://github.com/moq-dev/web-transport/compare/web-transport-v0.10.7...web-transport-v0.10.8) - 2026-07-17 + +### Other + +- release ([#318](https://github.com/moq-dev/web-transport/pull/318)) + ## [0.10.8](https://github.com/moq-dev/web-transport/compare/web-transport-v0.10.7...web-transport-v0.10.8) - 2026-07-16 ### Other