Skip to content

Commit

Permalink
chore: release (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
  • Loading branch information
moq-bot[bot] authored Nov 7, 2024
1 parent 629cff6 commit 55e40bd
Show file tree
Hide file tree
Showing 11 changed files with 336 additions and 52 deletions.
343 changes: 296 additions & 47 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions moq-clock/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.12](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.11...moq-clock-v0.5.12) - 2024-11-07

### Other

- update Cargo.lock dependencies

## [0.5.11](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.10...moq-clock-v0.5.11) - 2024-10-28

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-clock/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/kixelated/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.5.11"
version = "0.5.12"
edition = "2021"

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

## [Unreleased]

## [0.7.1](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.7.0...moq-karp-v0.7.1) - 2024-11-07

### Other

- Add some more/better logging. ([#227](https://github.com/kixelated/moq-rs/pull/227))
- Fix a bug with partial mdat chunks. ([#226](https://github.com/kixelated/moq-rs/pull/226))
- Auto upgrade dependencies with release-plz ([#224](https://github.com/kixelated/moq-rs/pull/224))

## [0.7.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.6.0...moq-karp-v0.7.0) - 2024-10-29

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

version = "0.7.0"
version = "0.7.1"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
7 changes: 7 additions & 0 deletions moq-native/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.5.6](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.5...moq-native-v0.5.6) - 2024-11-07

### Other

- Add some more/better logging. ([#227](https://github.com/kixelated/moq-rs/pull/227))
- Auto upgrade dependencies with release-plz ([#224](https://github.com/kixelated/moq-rs/pull/224))

## [0.5.5](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.4...moq-native-v0.5.5) - 2024-10-29

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-native/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/kixelated/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.5.5"
version = "0.5.6"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
6 changes: 6 additions & 0 deletions moq-relay/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.6.8](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.7...moq-relay-v0.6.8) - 2024-11-07

### Other

- Auto upgrade dependencies with release-plz ([#224](https://github.com/kixelated/moq-rs/pull/224))

## [0.6.7](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.6...moq-relay-v0.6.7) - 2024-10-28

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-relay/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/kixelated/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.6.7"
version = "0.6.8"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
8 changes: 8 additions & 0 deletions moq-transfork/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.4.3](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.4.2...moq-transfork-v0.4.3) - 2024-11-07

### Other

- Re-export the web_transport crate. ([#225](https://github.com/kixelated/moq-rs/pull/225))
- Auto upgrade dependencies with release-plz ([#224](https://github.com/kixelated/moq-rs/pull/224))
- Fix subscription deduplication. ([#223](https://github.com/kixelated/moq-rs/pull/223))

## [0.4.2](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.4.1...moq-transfork-v0.4.2) - 2024-10-29

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-transfork/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/kixelated/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.4.2"
version = "0.4.3"
edition = "2021"

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

0 comments on commit 55e40bd

Please sign in to comment.