From ef5d13ab5329772774910d5117bd7b0db50413c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 17:18:39 +0000 Subject: [PATCH] chore(web-codecs): release v0.3.7 --- web-codecs/CHANGELOG.md | 7 +++++++ web-codecs/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/web-codecs/CHANGELOG.md b/web-codecs/CHANGELOG.md index f23f5f7..ae5c9f1 100644 --- a/web-codecs/CHANGELOG.md +++ b/web-codecs/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.7](https://github.com/kixelated/web-rs/compare/web-codecs-v0.3.6...web-codecs-v0.3.7) - 2025-05-19 + +### Other + +- And add dimensions to VideoFrame. ([#28](https://github.com/kixelated/web-rs/pull/28)) +- Add PartialEq/Eq to Dimensions ([#26](https://github.com/kixelated/web-rs/pull/26)) + ## [0.3.6](https://github.com/kixelated/web-rs/compare/web-codecs-v0.3.5...web-codecs-v0.3.6) - 2025-05-09 ### Other diff --git a/web-codecs/Cargo.toml b/web-codecs/Cargo.toml index 18d4139..f24ac77 100644 --- a/web-codecs/Cargo.toml +++ b/web-codecs/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/web-rs" license = "MIT OR Apache-2.0" -version = "0.3.6" +version = "0.3.7" edition = "2021" categories = ["wasm", "multimedia", "web-programming", "api-bindings"]