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 `Voice` and `SamplesStream` types.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cpal"
|
||||
version = "0.4.6"
|
||||
version = "0.5.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"
|
||||
|
|
Loading…
Reference in New Issue