From 49b2c424436d36a7eb1788de239872707e4cfb0f Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Thu, 6 Jun 2019 10:29:52 -0500 Subject: [PATCH] add changelog entries for #248 #254 & #269; update version to 0.9.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34aeba1..9eb785d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Unreleased -# Version 0.8.2 (2019-06-06) +# Version 0.9.0 (2019-06-06) +- Better buffer handling +- Fix logic error in frame/sample size +- Added error handling for unknown ALSA device errors - Fix resuming a paused stream on Windows (wasapi). - Implement `default_output_format` for emscripten backend. diff --git a/Cargo.toml b/Cargo.toml index 34cbf54..0b9dfc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.8.2" +version = "0.9.0" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"