From 646c87b486ab1967695afff0ae14077d8d459ccf Mon Sep 17 00:00:00 2001 From: Andrew Minnich Date: Wed, 8 Jan 2025 08:24:45 -0500 Subject: [PATCH] version bump --- changelog.md | 7 +++++++ crates/kira/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bb70240a..23f3e0f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# v0.10.1 - January 8, 2025 + +- Fix spatial audio tracks immediately outputting non-spatialized audio if the + corresponding listener is dropped. This could result in unexpectedly loud + audio playback. Now if the listener is dropped, the spatial track will output + silence. + # v0.10 - January 1, 2025 ## Buffered audio diff --git a/crates/kira/Cargo.toml b/crates/kira/Cargo.toml index e9716bc5..2c39d3c7 100644 --- a/crates/kira/Cargo.toml +++ b/crates/kira/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kira" -version = "0.10.0" +version = "0.10.1" authors = ["Andrew Minnich "] edition = "2021" license = "MIT OR Apache-2.0"