From 4dedc8f2d6c4a706d27fe2f1a0d14880ac9e404a Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Fri, 22 Nov 2024 21:16:28 -0800 Subject: [PATCH] Bamp --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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"]