Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Jan 8, 2025
1 parent 17d03b6 commit 646c87b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/kira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kira"
version = "0.10.0"
version = "0.10.1"
authors = ["Andrew Minnich <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 646c87b

Please sign in to comment.