Skip to content

Commit

Permalink
chore: release (#7)
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 Jan 15, 2025
1 parent f167415 commit 77c6d69
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
9 changes: 9 additions & 0 deletions web-codecs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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) - 2025-01-10

### Other

- Fix encoding and some bugs. ([#9](https://github.com/kixelated/web-rs/pull/9))
- Tabs r cool ([#8](https://github.com/kixelated/web-rs/pull/8))
- 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
15 changes: 15 additions & 0 deletions web-streams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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.1](https://github.com/kixelated/web-rs/compare/web-streams-v0.1.0...web-streams-v0.1.1) - 2025-01-10

### Other

- Fix encoding and some bugs. ([#9](https://github.com/kixelated/web-rs/pull/9))
- Tabs r cool ([#8](https://github.com/kixelated/web-rs/pull/8))
2 changes: 1 addition & 1 deletion web-streams/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.1.0"
version = "0.1.1"
edition = "2021"

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

0 comments on commit 77c6d69

Please sign in to comment.