Skip to content

Commit

Permalink
Prep up v0.39.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Dec 27, 2023
1 parent e91059c commit 3a7687d
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 0.39.0 (2023-12-27)

- Added async OfflineAudioContext methods: startRendering, suspend and resume
- Added sync OfflineAudioContext methods: suspend
- Added BaseAudioContext::onStateChange

## Version 0.38.0 (2023-12-03)

- Breaking: `OfflineAudioContext::start_rendering_sync` takes `&mut` instead of `self`
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.38.0"
version = "0.39.0"
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 3a7687d

Please sign in to comment.