diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a303b..73fefb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.7.0 (2018-02-04) + - Rename ChannelsCount to ChannelCount. - Rename SamplesRate to SampleRate. - Remove unused ChannelPosition API. diff --git a/Cargo.toml b/Cargo.toml index f22be39..f2883d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.6.0" +version = "0.7.0" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"