Skip to content

Commit 3a7687d

Browse files
committed
Prep up v0.39.0 release
1 parent e91059c commit 3a7687d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.39.0 (2023-12-27)
4+
5+
- Added async OfflineAudioContext methods: startRendering, suspend and resume
6+
- Added sync OfflineAudioContext methods: suspend
7+
- Added BaseAudioContext::onStateChange
8+
39
## Version 0.38.0 (2023-12-03)
410

511
- Breaking: `OfflineAudioContext::start_rendering_sync` takes `&mut` instead of `self`

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.38.0"
3+
version = "0.39.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)