Skip to content

Commit 5e16e6f

Browse files
committed
prepare for v0.8.6 release
1 parent d3d79da commit 5e16e6f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
# v0.8.5 - September 22, 2023
211

312
- Fix `kira::spatial::scene::AddEmitterError` not being publicly available

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.8.5"
3+
version = "0.8.6"
44
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)