Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 8, 2024
1 parent 62c79fa commit 6975cbc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions web-codecs/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.3](https://github.com/kixelated/web-rs/compare/web-codecs-v0.3.2...web-codecs-v0.3.3) - 2024-12-08

### Other

- Try to fix cargo docs.
- Merge in web-streams and basic encoder support ([#6](https://github.com/kixelated/web-rs/pull/6))

## [0.3.2](https://github.com/kixelated/web-codecs-rs/compare/v0.3.1...v0.3.2) - 2024-11-26

### Other
Expand Down
2 changes: 1 addition & 1 deletion web-codecs/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-rs"
license = "MIT OR Apache-2.0"

version = "0.3.2"
version = "0.3.3"
edition = "2021"

categories = ["wasm", "multimedia", "web-programming", "api-bindings"]
Expand Down
14 changes: 14 additions & 0 deletions web-streams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.1.0](https://github.com/kixelated/web-rs/releases/tag/web-streams-v0.1.0) - 2024-12-08

### Other

- Merge in web-streams and basic encoder support ([#6](https://github.com/kixelated/web-rs/pull/6))

0 comments on commit 6975cbc

Please sign in to comment.