add changelog entries for #248 #254 & #269; update version to 0.9.0

This commit is contained in:
Austin Johnson 2019-06-06 10:29:52 -05:00
parent 78adc983f6
commit 49b2c42443
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "cpal"
version = "0.8.2"
version = "0.9.0"
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Low-level cross-platform audio playing library in pure Rust."
repository = "https://github.com/tomaka/cpal"