Release 0.17.1

This commit is contained in:
Joe Clay 2023-02-25 19:22:06 +00:00 committed by est31
parent 4e123a6366
commit d5b9ae3467
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
# Version 0.17.0 (2022-09-14)
# Version 0.17.1 (2023-02-25)
- Disable `symphonia`'s default features.
# Version 0.17.0 (2023-02-17)
- Update `cpal` to [0.15](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md#version-0150-2022-01-29).
- Default to `symphonia` for mp3 decoding.

View file

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