From 2b5e22114004a8977f46b346634d6d0a93fcd002 Mon Sep 17 00:00:00 2001 From: Otto Date: Thu, 28 Dec 2023 13:42:08 +0100 Subject: [PATCH] Prep up v0.39.1 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5a8ac0..a858b9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Version History +## Version 0.39.1 (2023-12-28) + +- Fix AudioWorkletNode custom output channel counts + ## Version 0.39.0 (2023-12-27) - Added async OfflineAudioContext methods: startRendering, suspend and resume diff --git a/Cargo.toml b/Cargo.toml index ca4db0e0..3cb5ad1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web-audio-api" -version = "0.39.0" +version = "0.39.1" authors = ["Otto "] edition = "2021" description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"