Skip to content

Commit

Permalink
Bamp
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Nov 23, 2024
1 parent 0cf2c25 commit 4dedc8f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2.0"
version = "0.3.0"
edition = "2021"

categories = ["wasm", "multimedia", "web-programming", "api-bindings"]
Expand Down

0 comments on commit 4dedc8f

Please sign in to comment.