From 0330869dcdfe16ddf5b12598c3baaa6d31c598e6 Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 9 Jul 2020 06:13:21 +0200 Subject: [PATCH] Publish version 0.12.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05cffe64..09a841e2a 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 56140d832..37d7c101a 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"