Publish 0.5.0 (#169)

This commit is contained in:
tomaka 2017-10-21 09:25:24 +02:00 committed by GitHub
parent 87949d859b
commit 40bd5a9f2c
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

@ -4,7 +4,7 @@
```toml ```toml
[dependencies] [dependencies]
cpal = "0.4.5" cpal = "0.5.0"
``` ```
Low-level library for audio playback in pure Rust. Low-level library for audio playback in pure Rust.