We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d79da commit 5e16e6fCopy full SHA for 5e16e6f
changelog.md
@@ -1,3 +1,12 @@
1
+# v0.8.6 - January 13, 2024
2
+
3
+- Fix a typo in the readme
4
+- Add `StreamingSoundData::duration`
5
+- Make `AudioManager`s `Sync` if the backend is `Sync`
6
+- Make the `CpalBackend` `Sync` on wasm targets
7
+- Make the `MockBackend` `Sync`
8
+- Update `glam` to v0.25.0
9
10
# v0.8.5 - September 22, 2023
11
12
- Fix `kira::spatial::scene::AddEmitterError` not being publicly available
crates/kira/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kira"
-version = "0.8.5"
+version = "0.8.6"
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
0 commit comments