Skip to content

Commit 8a54bd9

Browse files
authored
Merge pull request #41 from englishm/release-plz-2025-02-24T22-15-14Z
chore: release
2 parents 34cd7d9 + 765d0eb commit 8a54bd9

File tree

15 files changed

+70
-20
lines changed

15 files changed

+70
-20
lines changed

Cargo.lock

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

moq-clock-ietf/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.6.4](https://github.com/englishm/moq-rs/compare/moq-clock-ietf-v0.6.3...moq-clock-ietf-v0.6.4) - 2025-02-24
10+
11+
### Other
12+
13+
- updated the following local packages: moq-transport
14+
915
## [0.6.3](https://github.com/englishm/moq-rs/compare/moq-clock-ietf-v0.6.2...moq-clock-ietf-v0.6.3) - 2025-01-16
1016

1117
### Other

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

8-
version = "0.6.3"
8+
version = "0.6.4"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]
@@ -15,7 +15,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
1515

1616
[dependencies]
1717
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
18-
moq-transport = { path = "../moq-transport", version = "0.9" }
18+
moq-transport = { path = "../moq-transport", version = "0.10" }
1919

2020
# QUIC
2121
url = "2"

moq-dir/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.3](https://github.com/englishm/moq-rs/compare/moq-dir-v0.3.2...moq-dir-v0.3.3) - 2025-02-24
10+
11+
### Other
12+
13+
- updated the following local packages: moq-transport
14+
915
## [0.3.2](https://github.com/englishm/moq-rs/compare/moq-dir-v0.3.1...moq-dir-v0.3.2) - 2025-01-16
1016

1117
### Other

moq-dir/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.3.2"
8+
version = "0.3.3"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]
1212
categories = ["multimedia", "network-programming", "web-programming"]
1313

1414
[dependencies]
1515
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
16-
moq-transport = { path = "../moq-transport", version = "0.9" }
16+
moq-transport = { path = "../moq-transport", version = "0.10" }
1717

1818
# QUIC
1919
web-transport = { workspace = true }

moq-native-ietf/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.4](https://github.com/englishm/moq-rs/compare/moq-native-ietf-v0.5.3...moq-native-ietf-v0.5.4) - 2025-02-24
10+
11+
### Other
12+
13+
- updated the following local packages: moq-transport
14+
915
## [0.5.3](https://github.com/englishm/moq-rs/compare/moq-native-ietf-v0.5.2...moq-native-ietf-v0.5.3) - 2025-01-16
1016

1117
### Other

moq-native-ietf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.5.3"
8+
version = "0.5.4"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]
1212
categories = ["multimedia", "network-programming", "web-programming"]
1313

1414
[dependencies]
15-
moq-transport = { path = "../moq-transport", version = "0.9" }
15+
moq-transport = { path = "../moq-transport", version = "0.10" }
1616
web-transport = { workspace = true }
1717
web-transport-quinn = "0.3"
1818

moq-pub/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.4](https://github.com/englishm/moq-rs/compare/moq-pub-v0.8.3...moq-pub-v0.8.4) - 2025-02-24
10+
11+
### Other
12+
13+
- updated the following local packages: moq-transport
14+
915
## [0.8.3](https://github.com/englishm/moq-rs/compare/moq-pub-v0.8.2...moq-pub-v0.8.3) - 2025-01-16
1016

1117
### Other

moq-pub/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Mike English", "Luke Curley"]
55
repository = "https://github.com/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.8.3"
8+
version = "0.8.4"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]
@@ -15,7 +15,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
1515

1616
[dependencies]
1717
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
18-
moq-transport = { path = "../moq-transport", version = "0.9" }
18+
moq-transport = { path = "../moq-transport", version = "0.10" }
1919
moq-catalog = { path = "../moq-catalog", version = "0.2" }
2020

2121
url = "2"

moq-relay-ietf/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.4](https://github.com/englishm/moq-rs/compare/moq-relay-ietf-v0.7.3...moq-relay-ietf-v0.7.4) - 2025-02-24
10+
11+
### Other
12+
13+
- updated the following local packages: moq-transport
14+
915
## [0.7.3](https://github.com/englishm/moq-rs/compare/moq-relay-ietf-v0.7.2...moq-relay-ietf-v0.7.3) - 2025-01-16
1016

1117
### Other

0 commit comments

Comments
 (0)