mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Release 0.17.1
This commit is contained in:
parent
4e123a6366
commit
d5b9ae3467
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue