From c9803435fb2969f78c736087d1a0dfa7d1ec80b3 Mon Sep 17 00:00:00 2001 From: "moq-bot[bot]" <186640430+moq-bot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:52:16 -0800 Subject: [PATCH] chore(moq-web): release v0.3.7 (#270) Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- moq-web/CHANGELOG.md | 6 ++++++ moq-web/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7234c7f7..b0db3b12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1595,7 +1595,7 @@ dependencies = [ [[package]] name = "moq-web" -version = "0.3.6" +version = "0.3.7" dependencies = [ "console_error_panic_hook", "gloo-net", diff --git a/moq-web/CHANGELOG.md b/moq-web/CHANGELOG.md index d9970215..9142db90 100644 --- a/moq-web/CHANGELOG.md +++ b/moq-web/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.7](https://github.com/kixelated/moq-rs/compare/moq-web-v0.3.6...moq-web-v0.3.7) - 2024-12-12 + +### Other + +- Test the automation. + ## [0.3.6](https://github.com/kixelated/moq-rs/compare/moq-web-v0.3.5...moq-web-v0.3.6) - 2024-12-11 ### Other diff --git a/moq-web/Cargo.toml b/moq-web/Cargo.toml index aa9a3255..d242ee97 100644 --- a/moq-web/Cargo.toml +++ b/moq-web/Cargo.toml @@ -2,7 +2,7 @@ name = "moq-web" authors = ["Luke Curley "] edition = "2021" -version = "0.3.6" +version = "0.3.7" license = "MIT OR Apache-2.0" repository = "https://github.com/kixelated/moq-web" description = "Web implementation for MoQ utilizing WebAssembly+Typescript"