Skip to content

Commit

Permalink
Prep up v0.45.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jun 4, 2024
1 parent 98bc532 commit e7bda62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version History

## Version 0.45.1 (2024-06-04)

- Fixed a crash for AudioWorkletNode with zero outputs

## Version 0.45.0 (2024-05-06)

- Changed: AudioContext::render_capacity now returns owned AudioRenderCapacity instead of ref
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
version = "0.45.0"
version = "0.45.1"
authors = ["Otto <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
Expand Down

0 comments on commit e7bda62

Please sign in to comment.