We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc32e3 commit ed69848Copy full SHA for ed69848
changelog.md
@@ -1,4 +1,4 @@
1
-# v0.9.2
+# v0.9.2 - June 2, 2024
2
3
- Fix `StaticSoundHandle/StreamingSoundHandle::pause/resume/stop` not taking effect
4
immediately if the sound has a start time. This was an unintended change from the
crates/kira/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kira"
-version = "0.9.1"
+version = "0.9.2"
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
0 commit comments