Skip to content

Commit 9cf136d

Browse files
committed
Prep up v0.41.0 release
1 parent d2e782c commit 9cf136d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.41.0 (2024-01-04)
4+
5+
- Fix BaseAudioContext onChangeState to signal device readiness
6+
- Fix OfflineAudioContext::state is not updated when calling supend and resume
7+
- Fix AudioContext resume_sync, suspend_sync, close_sync now block until completion
8+
- Added async versions of AudioContext suspend/resume/close
9+
310
## Version 0.40.0 (2024-01-02)
411

512
- Assert `AudioScheduledSourceNode` start and stop time values are valid

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 = "0.40.0"
3+
version = "0.41.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)