Skip to content

Commit

Permalink
chore: release (#263)
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 Dec 11, 2024
1 parent ecb8f27 commit 93fcf34
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 53 deletions.
101 changes: 50 additions & 51 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-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.13](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.12...moq-relay-v0.6.13) - 2024-12-11

### Other

- update Cargo.lock dependencies

## [0.6.12](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.11...moq-relay-v0.6.12) - 2024-12-04

### 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.12"
version = "0.6.13"
edition = "2021"

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

### Other

- Maybe close on disconnected element. ([#264](https://github.com/kixelated/moq-rs/pull/264))

## [0.3.5](https://github.com/kixelated/moq-rs/releases/tag/moq-web-v0.3.5) - 2024-12-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "moq-web"
authors = ["Luke Curley <[email protected]>"]
edition = "2021"
version = "0.3.5"
version = "0.3.6"
license = "MIT OR Apache-2.0"
repository = "https://github.com/kixelated/moq-web"
description = "WebAssembly frontend for MoQ"
Expand Down

0 comments on commit 93fcf34

Please sign in to comment.