Skip to content

Commit

Permalink
chore: release v0.3.2 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 26, 2024
1 parent 68e273e commit f870ed9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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/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"]
Expand Down

0 comments on commit f870ed9

Please sign in to comment.