Skip to content

Commit d00816e

Browse files
committed
Prep up v0.43.0 release
1 parent 727e8da commit d00816e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Version History
22

3+
## Version 0.43.0 / 1.0.0-rc.5 (2024-04-15)
4+
5+
- Changed: renamed AudioNode::connect_at to connect_from_output_to_input
6+
- Changed: renamed AudioNode::disconnect_from to disconnect_dest
7+
- Added AudioNode::disconnect_output and disconnect_dest_from_output(to_input)
8+
- Fix: AudioNode::disconnect() would clear all connections instead of only outgoing ones
9+
- Fix: A panic is now thrown when attempting to disconnect an unconnected node
10+
311
## Version 1.0.0-rc.4 (2024-04-13)
412

513
- Changed: enforce minimum 2k and maximum 384k Hertz sample rate for audio contexts

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-audio-api"
3-
version = "1.0.0-rc.4"
3+
version = "0.43.0"
44
authors = ["Otto <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"

0 commit comments

Comments
 (0)