1 parent 2b737ef commit c305cc7Copy full SHA for c305cc7
2 files changed
changelog.md
@@ -1,3 +1,12 @@
1
+# v0.12.2 - July 16, 2026
2
+
3
+- Update to symphonia 0.6 (thanks @Eagisa!)
4
+- Update to cpal 0.18.1 (thanks @Eagisa!)
5
+- Re-export cpal in `kira::backend::cpal`
6
+- Add `cpal-realtime` and `cpal-realtime-dbus` features
7
+- Fix docs which said a panning of `0.0` is hard left. A hard left panning is `-1.0`
8
+since Kira v0.10.
9
10
# v0.12.1 - May 25, 2026
11
12
- Fix a typo in the docs
crates/kira/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kira"
-version = "0.12.1"
+version = "0.12.2"
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
edition.workspace = true
license = "MIT OR Apache-2.0"
0 commit comments