Skip to content

Commit

Permalink
Prep up v1.0.0-rc.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Apr 20, 2024
1 parent 88c1c04 commit 5c25551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version History

## Version 1.0.0-rc.6 (2024-04-20)

- Breaking: the ScriptProcessorNode::set_onaudioprocess no longer takes a ref to the event
- Fixed a panic for multi-channel output with the ScriptProcessorNode
- Fixed an issue when calling suspend/close on an already suspended context

## Version 0.43.0 / 1.0.0-rc.5 (2024-04-15)

- Changed: renamed AudioNode::connect_at to connect_from_output_to_input
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 = "1.0.0-rc.5"
version = "1.0.0-rc.6"
authors = ["Otto <otto@ot-to.nl>"]
edition = "2021"
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
Expand Down

0 comments on commit 5c25551

Please sign in to comment.