Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed May 31, 2021
1 parent 31642b0 commit e74f498
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.5.3 - May 31, 2021
- Fix an issue where the `AudioManager` cleanup would fail if
there are existing track handles

# v0.5.2 - April 27, 2021
- Added `Sound::from_mp3_reader`, `Sound::from_ogg_reader`,
`Sound::from_flac_reader`, and `Sound::from_wav_reader` (thanks
Expand Down
2 changes: 1 addition & 1 deletion kira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kira"
version = "0.5.2"
version = "0.5.3"
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit e74f498

Please sign in to comment.