Publish 0.7 (#200)
This commit is contained in:
parent
fcc75f4566
commit
3ff9e6fe65
|
@ -1,5 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
# Version 0.7.0 (2018-02-04)
|
||||
|
||||
- Rename ChannelsCount to ChannelCount.
|
||||
- Rename SamplesRate to SampleRate.
|
||||
- Remove unused ChannelPosition API.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue