mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
release 0.18.0
This commit is contained in:
parent
a9045662b2
commit
2eb6246884
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
# Version 0.18.0 (2024-05-05)
|
||||
|
||||
### Changed
|
||||
- `Source` trait is now also implemented for `Box<dyn Source>` and `&mut Source`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rodio"
|
||||
version = "0.17.3"
|
||||
version = "0.18.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Audio playback library"
|
||||
keywords = ["audio", "playback", "gamedev"]
|
||||
|
|
Loading…
Reference in a new issue