Skip to content

Commit c305cc7

Browse files
committed
version bump
1 parent 2b737ef commit c305cc7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# v0.12.1 - May 25, 2026
211

312
- Fix a typo in the docs

crates/kira/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kira"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
55
edition.workspace = true
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)