From 7a8f017b1d442408035a86d28bab07011aa10de3 Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 23 Jul 2020 01:28:42 +0200 Subject: [PATCH] Release 0.12.1 (#456) --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a841e..58c1109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.12.1 (2020-07-23) + +- Bugfix release to get the asio feature working again. + # Version 0.12.0 (2020-07-09) - Large refactor removing the blocking EventLoop API. diff --git a/Cargo.toml b/Cargo.toml index d77e340..f306b20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.12.0" +version = "0.12.1" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio I/O library in pure Rust." repository = "https://github.com/rustaudio/cpal"