release 0.18.0

This commit is contained in:
dvdsk 2024-05-05 10:28:50 +02:00
parent a9045662b2
commit 2eb6246884
No known key found for this signature in database
GPG key ID: 6CF9D20C5709A836
2 changed files with 2 additions and 1 deletions

View file

@ -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`

View file

@ -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"]