Skip to content

Commit

Permalink
chore: release (#217)
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 Oct 28, 2024
1 parent 79c76df commit 2eb20c0
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
6 changes: 3 additions & 3 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-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.11](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.10...moq-clock-v0.5.11) - 2024-10-28

### Other

- Small API changes to avoid needing the Session upfront. ([#216](https://github.com/kixelated/moq-rs/pull/216))

## [0.5.7](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.6...moq-clock-v0.5.7) - 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.10"
version = "0.5.11"
edition = "2021"

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

### Other

- Small API changes to avoid needing the Session upfront. ([#216](https://github.com/kixelated/moq-rs/pull/216))

## [0.5.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.4.2...moq-karp-v0.5.0) - 2024-10-28

### 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.5.0"
version = "0.6.0"
edition = "2021"

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

### Other

- Small API changes to avoid needing the Session upfront. ([#216](https://github.com/kixelated/moq-rs/pull/216))

## [0.4.0](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.3.2...moq-transfork-v0.4.0) - 2024-10-28

### 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.0"
version = "0.4.1"
edition = "2021"

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

0 comments on commit 2eb20c0

Please sign in to comment.