Publish 0.8 for new Device and Stream API. Update CHANGELOG. (#209)

This commit is contained in:
mitchmindtree 2018-02-15 18:47:43 +11:00 committed by Pierre Krieger
parent c38bbb26e4
commit 06a0f0a3ab
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Unreleased
# Version 0.8.0 (2018-02-15)
- Add `record_wav.rs` example. Records 3 seconds to
`$CARGO_MANIFEST_DIR/recorded.wav` using default input device.
- Update `enumerate.rs` example to display default input/output devices and

View File

@ -1,6 +1,6 @@
[package]
name = "cpal"
version = "0.7.0"
version = "0.8.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"