Skip to content

Commit

Permalink
prepare for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Dec 24, 2021
1 parent b28ce4e commit 87389dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.6.0 beta 1 - December 24, 2021

- Fix looping static sounds with a loop start position greater than 0.0 starting
playback at that position. (The intended behavior is that the sound will still
start at the beginning, but jump back to the loop start position after
reaching the end.)

# v0.6.0 beta 0 - December 4, 2021

Complete rewrite, most things have changed
Expand Down
2 changes: 1 addition & 1 deletion crates/kira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kira"
version = "0.6.0-beta.0"
version = "0.6.0-beta.1"
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 87389dc

Please sign in to comment.