Publish 0.7 (#200)
This commit is contained in:
parent
fcc75f4566
commit
3ff9e6fe65
|
@ -1,5 +1,7 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# Version 0.7.0 (2018-02-04)
|
||||||
|
|
||||||
- Rename ChannelsCount to ChannelCount.
|
- Rename ChannelsCount to ChannelCount.
|
||||||
- Rename SamplesRate to SampleRate.
|
- Rename SamplesRate to SampleRate.
|
||||||
- Remove unused ChannelPosition API.
|
- Remove unused ChannelPosition API.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cpal"
|
name = "cpal"
|
||||||
version = "0.6.0"
|
version = "0.7.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