Publish 0.5.0 (#169)
This commit is contained in:
parent
87949d859b
commit
40bd5a9f2c
|
@ -1,4 +1,6 @@
|
||||||
# Unreleased (major)
|
# Unreleased
|
||||||
|
|
||||||
|
# Version 0.5.0 (2017-10-21)
|
||||||
|
|
||||||
- Removed the dependency on the `futures` library.
|
- Removed the dependency on the `futures` library.
|
||||||
- Removed the `Voice` and `SamplesStream` types.
|
- Removed the `Voice` and `SamplesStream` types.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cpal"
|
name = "cpal"
|
||||||
version = "0.4.6"
|
version = "0.5.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