Skip to content

Commit 425b97d

Browse files
authored
chore: release
1 parent b134663 commit 425b97d

15 files changed

Lines changed: 58 additions & 16 deletions

File tree

Cargo.lock

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

rs/moq-boy/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.2.1](https://github.com/moq-dev/moq/compare/moq-boy-v0.2.0...moq-boy-v0.2.1) - 2026-04-07
11+
12+
### Other
13+
14+
- release ([#1213](https://github.com/moq-dev/moq/pull/1213))
15+
1016
## [0.2.0](https://github.com/moq-dev/moq/compare/moq-boy-v0.1.0...moq-boy-v0.2.0) - 2026-04-07
1117

1218
### Fixed

rs/moq-boy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
keywords = ["moq", "gameboy", "streaming", "emulator", "live"]
88
categories = ["multimedia::video", "emulators", "network-programming"]
99

10-
version = "0.2.0"
10+
version = "0.2.1"
1111
edition = "2024"
1212
rust-version.workspace = true
1313

rs/moq-cli/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.7.14](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.13...moq-cli-v0.7.14) - 2026-04-07
11+
12+
### Other
13+
14+
- Switch Docker images from kixelated/ to moqdev/ ([#1234](https://github.com/moq-dev/moq/pull/1234))
15+
1016
## [0.7.13](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.12...moq-cli-v0.7.13) - 2026-03-31
1117

1218
### Other

rs/moq-cli/Cargo.toml

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

8-
version = "0.7.13"
8+
version = "0.7.14"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-clock/CHANGELOG.md

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

4646
## [Unreleased]
4747

48+
## [0.10.12](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.11...moq-clock-v0.10.12) - 2026-04-07
49+
50+
### Other
51+
52+
- update Cargo.lock dependencies
53+
4854
## [0.10.11](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.10...moq-clock-v0.10.11) - 2026-04-03
4955

5056
### Other

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

8-
version = "0.10.11"
8+
version = "0.10.12"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-ffi/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.2.2](https://github.com/moq-dev/moq/compare/moq-ffi-v0.2.1...moq-ffi-v0.2.2) - 2026-04-07
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.2.1](https://github.com/moq-dev/moq/compare/moq-ffi-v0.2.0...moq-ffi-v0.2.1) - 2026-04-03
1117

1218
### Other

rs/moq-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>", "Brian Medley <bpm@bmedley.org>"
55
repository = "https://github.com/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.2.1"
8+
version = "0.2.2"
99
edition = "2024"
1010

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

rs/moq-native/CHANGELOG.md

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

4545
## [Unreleased]
4646

47+
## [0.13.9](https://github.com/moq-dev/moq/compare/moq-native-v0.13.8...moq-native-v0.13.9) - 2026-04-07
48+
49+
### Added
50+
51+
- *(moq-native)* support websocket-only client ([#1235](https://github.com/moq-dev/moq/pull/1235))
52+
4753
## [0.13.8](https://github.com/moq-dev/moq/compare/moq-native-v0.13.7...moq-native-v0.13.8) - 2026-04-07
4854

4955
### Other

0 commit comments

Comments
 (0)