From f870ed9a6944bf5fe9f2382723755642ad5a9d1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:15:43 -0800 Subject: [PATCH] chore: release v0.3.2 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd44f73..2fb8b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/kixelated/web-codecs-rs/compare/v0.3.1...v0.3.2) - 2024-11-26 + +### Other + +- Actually use DerefMut wrapper. ([#4](https://github.com/kixelated/web-codecs-rs/pull/4)) +- Drop frames when done. ([#3](https://github.com/kixelated/web-codecs-rs/pull/3)) + ## [0.3.0](https://github.com/kixelated/web-codecs-rs/compare/v0.2.0...v0.3.0) - 2024-11-23 ### Other diff --git a/Cargo.toml b/Cargo.toml index 69e1873..b0237cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/web-codecs-rs" license = "MIT OR Apache-2.0" -version = "0.3.1" +version = "0.3.2" edition = "2021" categories = ["wasm", "multimedia", "web-programming", "api-bindings"]