Publish version 0.12.0 (#443)

This commit is contained in:
est31 2020-07-09 06:40:17 +02:00 committed by GitHub
parent ae0fc33b17
commit 62ba9a96b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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`:

View File

@ -1,6 +1,6 @@
[package]
name = "cpal"
version = "0.11.0"
version = "0.12.0"
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Low-level cross-platform audio I/O library in pure Rust."
repository = "https://github.com/rustaudio/cpal"