Skip to content

Commit

Permalink
chore: release (#221)
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 29, 2024
1 parent ea87a8e commit a05270d
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-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.7.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.6.0...moq-karp-v0.7.0) - 2024-10-29

### Other

- Karp API improvements ([#220](https://github.com/kixelated/moq-rs/pull/220))

## [0.6.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.5.0...moq-karp-v0.6.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.6.0"
version = "0.7.0"
edition = "2021"

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

### Other

- Karp API improvements ([#220](https://github.com/kixelated/moq-rs/pull/220))

## [0.5.4](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.3...moq-native-v0.5.4) - 2024-10-28

### 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.4"
version = "0.5.5"
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.2](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.4.1...moq-transfork-v0.4.2) - 2024-10-29

### Other

- Karp API improvements ([#220](https://github.com/kixelated/moq-rs/pull/220))

## [0.4.1](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.4.0...moq-transfork-v0.4.1) - 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.1"
version = "0.4.2"
edition = "2021"

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

0 comments on commit a05270d

Please sign in to comment.