Skip to content

Commit d3fe962

Browse files
committed
update changelog and bump version
1 parent d7bd20c commit d3fe962

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

changelog.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
# v0.8.4 - June 19, 2023
2+
3+
- Add `serde` feature
4+
- Implement `PartialOrd` for `ClockTime`
5+
- Implement `Default` for `Volume` and `PlaybackRate`
6+
17
# v0.8.3 - May 28, 2023
28

3-
This release removes reverse playback support for streaming sounds. There's pretty
4-
serious issues with garbled audio when streaming an mp3 or ogg file backwards,
5-
and based the initial investigation, these issues won't be trivial to fix.
6-
This feature may return in the future, but for now, you should not rely on it.
9+
This release removes reverse playback support for streaming sounds. There's
10+
pretty serious issues with garbled audio when streaming an mp3 or ogg file
11+
backwards, and based the initial investigation, these issues won't be trivial to
12+
fix. This feature may return in the future, but for now, you should not rely on
13+
it.
714

815
# v0.8.2 - May 27, 2023
916

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

0 commit comments

Comments
 (0)