Skip to content

Commit 646c87b

Browse files
committed
version bump
1 parent 17d03b6 commit 646c87b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.10.1 - January 8, 2025
2+
3+
- Fix spatial audio tracks immediately outputting non-spatialized audio if the
4+
corresponding listener is dropped. This could result in unexpectedly loud
5+
audio playback. Now if the listener is dropped, the spatial track will output
6+
silence.
7+
18
# v0.10 - January 1, 2025
29

310
## Buffered audio

crates/kira/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kira"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)