Skip to content

Commit 3ef9e15

Browse files
chore: release
1 parent 0b43ceb commit 3ef9e15

6 files changed

Lines changed: 31 additions & 3 deletions

File tree

qmux/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.0.4](https://github.com/moq-dev/web-transport/compare/qmux-v0.0.3...qmux-v0.0.4) - 2026-03-13
11+
12+
### Other
13+
14+
- Add qmux crate and deprecate web-transport-ws ([#191](https://github.com/moq-dev/web-transport/pull/191))

qmux/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/moq-dev/web-transport"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.0.3"
8+
version = "0.0.4"
99
edition = "2021"
1010

1111
keywords = ["quic", "qmux", "webtransport", "multiplexing"]

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.3.0](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.2.3...web-transport-quiche-v0.3.0) - 2026-03-13
11+
12+
### Other
13+
14+
- Add Connecting type to web-transport-quiche ([#193](https://github.com/moq-dev/web-transport/pull/193))
15+
1016
## [0.2.3](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.2.2...web-transport-quiche-v0.2.3) - 2026-03-11
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/moq-dev/web-transport"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.2.3"
8+
version = "0.3.0"
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.3.3](https://github.com/moq-dev/web-transport/compare/web-transport-ws-v0.3.2...web-transport-ws-v0.3.3) - 2026-03-13
11+
12+
### Other
13+
14+
- Add version to qmux dependency for publishing ([#194](https://github.com/moq-dev/web-transport/pull/194))
15+
- Add qmux crate and deprecate web-transport-ws ([#191](https://github.com/moq-dev/web-transport/pull/191))
16+
- Bump web-transport-noq to v0.0.3 ([#190](https://github.com/moq-dev/web-transport/pull/190))
17+
1018
## [0.3.2](https://github.com/moq-dev/web-transport/compare/web-transport-ws-v0.3.1...web-transport-ws-v0.3.2) - 2026-03-11
1119

1220
### Other

web-transport-ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots", "qmux/ws
1919
[dependencies]
2020
bytes = "1"
2121
futures = "0.3"
22-
qmux = { path = "../qmux", version = "0.0.3", default-features = false, features = ["ws"] }
22+
qmux = { path = "../qmux", version = "0.0.4", default-features = false, features = ["ws"] }
2323
tokio = { version = "1", features = ["sync", "time", "macros", "rt"] }
2424
tokio-tungstenite = "0.28"
2525
web-transport-trait = { workspace = true }

0 commit comments

Comments
 (0)