mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 13:42:34 +00:00
Publish v0.9.0
This commit is contained in:
parent
f5c08de1c0
commit
65bffdbaa3
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
# Version 0.9.0 (2019-06-08)
|
||||
|
||||
- Remove exclusive `&mut` borrow requirements in `Sink` & `SpatialSink` setters.
|
||||
- Use `nalgebra` instead of `cgmath` for `Spatial` source.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rodio"
|
||||
version = "0.8.1"
|
||||
version = "0.9.0"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "Audio playback library"
|
||||
|
|
Loading…
Reference in a new issue