Release 0.12.1 (#456)

This commit is contained in:
est31 2020-07-23 01:28:42 +02:00 committed by GitHub
parent 7021c717a2
commit 7a8f017b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -1,6 +1,6 @@
[package]
name = "cpal"
version = "0.12.0"
version = "0.12.1"
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"