Skip to content

Commit 626a7c4

Browse files
chore(web-transport-ws): release v0.1.1 (#97)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ba93f44 commit 626a7c4

File tree

6 files changed

+30
-4
lines changed

6 files changed

+30
-4
lines changed

web-transport-quinn/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.8.1](https://github.com/kixelated/web-transport/compare/web-transport-quinn-v0.8.0...web-transport-quinn-v0.8.1) - 2025-09-04
11+
12+
### Other
13+
14+
- Correct features to avoid ring if desired. ([#98](https://github.com/kixelated/web-transport/pull/98))
15+
1016
## [0.8.0](https://github.com/kixelated/web-transport/compare/web-transport-quinn-v0.7.3...web-transport-quinn-v0.8.0) - 2025-09-03
1117

1218
### 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.8.0"
8+
version = "0.8.1"
99
edition = "2021"
1010

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

web-transport-ws/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.1.1](https://github.com/kixelated/web-transport/compare/web-transport-ws-v0.1.0...web-transport-ws-v0.1.1) - 2025-09-04
11+
12+
### Other
13+
14+
- Publish NPM package. ([#96](https://github.com/kixelated/web-transport/pull/96))

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.0"
8+
version = "0.1.1"
99
edition = "2021"
1010

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

web-transport/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.9.6](https://github.com/kixelated/web-transport/compare/web-transport-v0.9.5...web-transport-v0.9.6) - 2025-09-04
11+
12+
### Other
13+
14+
- updated the following local packages: web-transport-quinn
15+
1016
## [0.9.5](https://github.com/kixelated/web-transport/compare/web-transport-v0.9.4...web-transport-v0.9.5) - 2025-09-03
1117

1218
### Other

web-transport/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.5"
8+
version = "0.9.6"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport"]
@@ -18,7 +18,7 @@ thiserror = "2"
1818
url = "2"
1919

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

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

0 commit comments

Comments
 (0)