diff --git a/CHANGELOG.md b/CHANGELOG.md index d98fa18..c9f0e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Unreleased +# Version 0.6.0 (2017-12-11) + - Changed the emscripten backend to consume less CPU. - Added improvements to the crate documentation. - Implement `pause` and `play` for ALSA backend. - Reduced the number of allocations in the CoreAudio backend. +- Fixes for macos build (#186, #189). # Version 0.5.1 (2017-10-21) diff --git a/Cargo.toml b/Cargo.toml index a4e494d..fcb59db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.5.1" +version = "0.6.0" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"