diff --git a/CHANGELOG.md b/CHANGELOG.md index c05cffe..09a841e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# Version 0.12.0 (2020-07-09) - Large refactor removing the blocking EventLoop API. - Rename many `Format` types to `StreamConfig`: diff --git a/Cargo.toml b/Cargo.toml index 89a8015..00a93f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.11.0" +version = "0.12.0" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio I/O library in pure Rust." repository = "https://github.com/rustaudio/cpal"