Publish 0.7 (#200)

This commit is contained in:
Pierre Krieger 2018-02-04 13:03:03 +01:00 committed by GitHub
parent fcc75f4566
commit 3ff9e6fe65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Unreleased
# Version 0.7.0 (2018-02-04)
- Rename ChannelsCount to ChannelCount.
- Rename SamplesRate to SampleRate.
- Remove unused ChannelPosition API.

View File

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