Skip to content

Commit 205b356

Browse files
chore: release
1 parent 21f3417 commit 205b356

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

web-transport-quiche/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.2](https://github.com/kixelated/web-transport/compare/web-transport-quiche-v0.0.1...web-transport-quiche-v0.0.2) - 2025-11-18
11+
12+
### Other
13+
14+
- release ([#119](https://github.com/kixelated/web-transport/pull/119))
15+
1016
## [0.0.1](https://github.com/kixelated/web-transport/releases/tag/web-transport-quiche-v0.0.1) - 2025-11-14
1117

1218
### Other

web-transport-quiche/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.0.1"
8+
version = "0.0.2"
99
edition = "2021"
1010

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

web-transport-ws/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.1](https://github.com/kixelated/web-transport/compare/web-transport-ws-v0.2.0...web-transport-ws-v0.2.1) - 2025-11-18
11+
12+
### Other
13+
14+
- Update README.md with usage details; WebSocket is built in to node, deno and bun ([#128](https://github.com/kixelated/web-transport/pull/128))
15+
- Fix buffer capacity check in varint encode to account for byteOffset ([#127](https://github.com/kixelated/web-transport/pull/127))
16+
- Fix the example for guest. ([#126](https://github.com/kixelated/web-transport/pull/126))
17+
1018
## [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
1119

1220
### 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.2.0"
8+
version = "0.2.1"
99
edition = "2021"
1010

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

0 commit comments

Comments
 (0)