Publish 0.8 for new Device and Stream API. Update CHANGELOG. (#209)
This commit is contained in:
parent
c38bbb26e4
commit
06a0f0a3ab
|
@ -1,5 +1,7 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# Version 0.8.0 (2018-02-15)
|
||||||
|
|
||||||
- Add `record_wav.rs` example. Records 3 seconds to
|
- Add `record_wav.rs` example. Records 3 seconds to
|
||||||
`$CARGO_MANIFEST_DIR/recorded.wav` using default input device.
|
`$CARGO_MANIFEST_DIR/recorded.wav` using default input device.
|
||||||
- Update `enumerate.rs` example to display default input/output devices and
|
- Update `enumerate.rs` example to display default input/output devices and
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cpal"
|
name = "cpal"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Low-level cross-platform audio playing library in pure Rust."
|
description = "Low-level cross-platform audio playing library in pure Rust."
|
||||||
repository = "https://github.com/tomaka/cpal"
|
repository = "https://github.com/tomaka/cpal"
|
||||||
|
|
Loading…
Reference in New Issue