Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2025
1 parent d00b43f commit 5e82bc2
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 25 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions moq-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3](https://github.com/englishm/moq-rs/compare/moq-api-v0.2.2...moq-api-v0.2.3) - 2025-01-16

### Other

- cargo fmt

## [0.2.2](https://github.com/englishm/moq-rs/compare/moq-api-v0.2.1...moq-api-v0.2.2) - 2024-10-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.2.2"
version = "0.2.3"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
6 changes: 6 additions & 0 deletions moq-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/englishm/moq-rs/compare/moq-catalog-v0.2.1...moq-catalog-v0.2.2) - 2025-01-16

### Other

- cargo fmt

## [0.2.1](https://github.com/englishm/moq-rs/compare/moq-catalog-v0.2.0...moq-catalog-v0.2.1) - 2024-10-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.2.1"
version = "0.2.2"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
10 changes: 10 additions & 0 deletions moq-clock-ietf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- cargo fmt
- Change type of namespace to tuple
- Remove object/stream (gone in -06)
- cargo fmt
- s/group/subgroup/g

## [0.6.2](https://github.com/englishm/moq-rs/compare/moq-clock-ietf-v0.6.1...moq-clock-ietf-v0.6.2) - 2024-10-31

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-clock-ietf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.6.2"
version = "0.6.3"
edition = "2021"

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

[dependencies]
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
moq-transport = { path = "../moq-transport", version = "0.8" }
moq-transport = { path = "../moq-transport", version = "0.9" }

# QUIC
url = "2"
Expand Down
10 changes: 10 additions & 0 deletions moq-dir/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2](https://github.com/englishm/moq-rs/compare/moq-dir-v0.3.1...moq-dir-v0.3.2) - 2025-01-16

### Other

- cargo fmt
- Change type of namespace to tuple
- Fix one place that still uses groups?
- cargo fmt
- s/group/subgroup/g

## [0.3.1](https://github.com/englishm/moq-rs/compare/moq-dir-v0.3.0...moq-dir-v0.3.1) - 2024-10-31

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-dir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.3.1"
version = "0.3.2"
edition = "2021"

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

[dependencies]
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
moq-transport = { path = "../moq-transport", version = "0.8" }
moq-transport = { path = "../moq-transport", version = "0.9" }

# QUIC
web-transport = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions moq-native-ietf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- cargo fmt

## [0.5.2](https://github.com/englishm/moq-rs/compare/moq-native-ietf-v0.5.1...moq-native-ietf-v0.5.2) - 2024-10-31

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-native-ietf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.5.2"
version = "0.5.3"
edition = "2021"

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

[dependencies]
moq-transport = { path = "../moq-transport", version = "0.8" }
moq-transport = { path = "../moq-transport", version = "0.9" }
web-transport = { workspace = true }
web-transport-quinn = "0.3"

Expand Down
9 changes: 9 additions & 0 deletions moq-pub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.3](https://github.com/englishm/moq-rs/compare/moq-pub-v0.8.2...moq-pub-v0.8.3) - 2025-01-16

### Other

- cargo fmt
- Change type of namespace to tuple
- more fixes
- moq-pub uses subgroups

## [0.8.2](https://github.com/englishm/moq-rs/compare/moq-pub-v0.8.1...moq-pub-v0.8.2) - 2024-10-31

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-pub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Mike English", "Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.8.2"
version = "0.8.3"
edition = "2021"

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

[dependencies]
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
moq-transport = { path = "../moq-transport", version = "0.8" }
moq-transport = { path = "../moq-transport", version = "0.9" }
moq-catalog = { path = "../moq-catalog", version = "0.2" }

url = "2"
Expand Down
7 changes: 7 additions & 0 deletions moq-relay-ietf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- cargo fmt
- Change type of namespace to tuple

## [0.7.2](https://github.com/englishm/moq-rs/compare/moq-relay-ietf-v0.7.1...moq-relay-ietf-v0.7.2) - 2024-10-31

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-relay-ietf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.7.2"
version = "0.7.3"
edition = "2021"

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

[dependencies]
moq-transport = { path = "../moq-transport", version = "0.8" }
moq-transport = { path = "../moq-transport", version = "0.9" }
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
moq-api = { path = "../moq-api", version = "0.2" }

Expand Down
8 changes: 8 additions & 0 deletions moq-sub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2](https://github.com/englishm/moq-rs/compare/moq-sub-v0.3.1...moq-sub-v0.3.2) - 2025-01-16

### Other

- cargo fmt
- Change type of namespace to tuple
- s/group/subgroup/g

## [0.3.1](https://github.com/englishm/moq-rs/compare/moq-sub-v0.3.0...moq-sub-v0.3.1) - 2024-10-31

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-sub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = []
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.3.1"
version = "0.3.2"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand All @@ -14,7 +14,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
moq-transport = { path = "../moq-transport", version = "0.8" }
moq-transport = { path = "../moq-transport", version = "0.9" }
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
url = "2"

Expand Down
27 changes: 27 additions & 0 deletions moq-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/englishm/moq-rs/compare/moq-transport-v0.8.1...moq-transport-v0.9.0) - 2025-01-16

### Fixed

- fixes to moq-transport, relay compiles

### Other

- cargo fmt
- Fix some clippy warnings
- MaxSubscribeId message coding
- Update SETUP message tests
- Add length of params to SubscribeOk
- Add length field to client and server setup
- Add lengths to control messages
- Renumber stream type ids
- Add payload length to datagrams
- Change type of namespace to tuple
- Add Tuple type
- first stab at subscribe namespace messages
- Add new error type
- Remove object/stream (gone in -06)
- remove comment
- more fixes
- rename groups to subgroups
- Bump target draft version to 06

## [0.8.1](https://github.com/englishm/moq-rs/compare/moq-transport-v0.8.0...moq-transport-v0.8.1) - 2024-11-14

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.8.1"
version = "0.9.0"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down

0 comments on commit 5e82bc2

Please sign in to comment.