Skip to content

Commit 876b2b7

Browse files
chore: release (#119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d8821c commit 876b2b7

File tree

6 files changed

+34
-3
lines changed

6 files changed

+34
-3
lines changed

web-transport-quiche/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.0.1](https://github.com/kixelated/web-transport/releases/tag/web-transport-quiche-v0.0.1) - 2025-11-14
11+
12+
### Other
13+
14+
- Avoid some spurious semver changes and bump the rest ([#121](https://github.com/kixelated/web-transport/pull/121))
15+
- Fix a rare race when accepting a stream. ([#120](https://github.com/kixelated/web-transport/pull/120))
16+
- Initial web-transport-quiche support ([#118](https://github.com/kixelated/web-transport/pull/118))

web-transport-quinn/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
## [Unreleased]
3333

34+
## [0.9.1](https://github.com/kixelated/web-transport/compare/web-transport-quinn-v0.9.0...web-transport-quinn-v0.9.1) - 2025-11-14
35+
36+
### Other
37+
38+
- Avoid some spurious semver changes and bump the rest ([#121](https://github.com/kixelated/web-transport/pull/121))
39+
- Fix a rare race when accepting a stream. ([#120](https://github.com/kixelated/web-transport/pull/120))
40+
- Initial web-transport-quiche support ([#118](https://github.com/kixelated/web-transport/pull/118))
41+
3442
## [0.9.0](https://github.com/kixelated/web-transport/compare/web-transport-quinn-v0.8.1...web-transport-quinn-v0.9.0) - 2025-10-17
3543

3644
### Other

web-transport-quinn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/web-transport"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.9.0"
8+
version = "0.9.1"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport"]

web-transport-ws/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.4](https://github.com/kixelated/web-transport/compare/web-transport-ws-v0.1.3...web-transport-ws-v0.1.4) - 2025-11-14
11+
12+
### Other
13+
14+
- Avoid some spurious semver changes and bump the rest ([#121](https://github.com/kixelated/web-transport/pull/121))
15+
- Initial web-transport-quiche support ([#118](https://github.com/kixelated/web-transport/pull/118))
16+
1017
## [0.1.3](https://github.com/kixelated/web-transport/compare/web-transport-ws-v0.1.2...web-transport-ws-v0.1.3) - 2025-10-25
1118

1219
### Other

web-transport-ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/web-transport"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.1.3"
8+
version = "0.1.4"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "websocket", "polyfill"]

web-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ thiserror = "2"
1818
url = "2"
1919

2020
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
21-
web-transport-quinn = { version = "0.9.0", path = "../web-transport-quinn" }
21+
web-transport-quinn = { version = "0.9.1", path = "../web-transport-quinn" }
2222

2323
[target.'cfg(target_arch = "wasm32")'.dependencies]
2424
web-transport-wasm = { version = "0.5.3", path = "../web-transport-wasm" }

0 commit comments

Comments
 (0)