Release 0.17.3 (#522)

This commit is contained in:
est31 2023-10-23 14:50:26 +02:00 committed by GitHub
parent 35dc35f426
commit 4973f330e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# Version 0.17.3 (2023-10-23)
- Build fix for `minimp3` backend.
# Version 0.17.2 (2023-10-17)
- Add `EmptyCallback` source.

View file

@ -1,6 +1,6 @@
[package]
name = "rodio"
version = "0.17.2"
version = "0.17.3"
license = "MIT OR Apache-2.0"
description = "Audio playback library"
keywords = ["audio", "playback", "gamedev"]