Skip to content

Commit a08b232

Browse files
authored
chore: release v0.9.6 (#641)
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
1 parent 9dfcd7f commit a08b232

File tree

7 files changed

+37
-39
lines changed

7 files changed

+37
-39
lines changed

rs/Cargo.lock

Lines changed: 21 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rs/moq-clock/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/moq"
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", "media", "live"]

rs/moq-native/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/moq"
66
license = "MIT OR Apache-2.0"
77

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

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

rs/moq-relay/CHANGELOG.md

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

6565
## [Unreleased]
6666

67+
## [0.9.6](https://github.com/kixelated/moq/compare/moq-relay-v0.9.5...moq-relay-v0.9.6) - 2025-10-28
68+
69+
### Other
70+
71+
- Fix cluster prefix removal. ([#642](https://github.com/kixelated/moq/pull/642))
72+
6773
## [0.9.5](https://github.com/kixelated/moq/compare/moq-relay-v0.9.4...moq-relay-v0.9.5) - 2025-10-25
6874

6975
### Other

rs/moq-relay/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/moq"
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", "media", "live"]

rs/moq/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/moq/compare/moq-lite-v0.9.5...moq-lite-v0.9.6) - 2025-10-28
11+
12+
### Other
13+
14+
- Fix cluster prefix removal. ([#642](https://github.com/kixelated/moq/pull/642))
15+
1016
## [0.9.5](https://github.com/kixelated/moq/compare/moq-lite-v0.8.1...moq-lite-v0.9.5) - 2025-10-25
1117

1218
### Other

rs/moq/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/moq"
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", "media", "live"]

0 commit comments

Comments
 (0)