diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fd44f73 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.3.0](https://github.com/kixelated/web-codecs-rs/compare/v0.2.0...v0.3.0) - 2024-11-23 + +### Other +- Add missing GITHUB_TOKEN +- Video prefix ([#1](https://github.com/kixelated/web-codecs-rs/pull/1)) +- cargo fmt +- Unstable flags? +- Install WASM +- Fix build +- release-plz diff --git a/Cargo.toml b/Cargo.toml index be84dce..ad5c8a1 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.2.0" +version = "0.3.0" edition = "2021" categories = ["wasm", "multimedia", "web-programming", "api-bindings"]