Release 0.12.1 (#456)
This commit is contained in:
parent
7021c717a2
commit
7a8f017b1d
|
@ -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)
|
# Version 0.12.0 (2020-07-09)
|
||||||
|
|
||||||
- Large refactor removing the blocking EventLoop API.
|
- Large refactor removing the blocking EventLoop API.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cpal"
|
name = "cpal"
|
||||||
version = "0.12.0"
|
version = "0.12.1"
|
||||||
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Low-level cross-platform audio I/O library in pure Rust."
|
description = "Low-level cross-platform audio I/O library in pure Rust."
|
||||||
repository = "https://github.com/rustaudio/cpal"
|
repository = "https://github.com/rustaudio/cpal"
|
||||||
|
|
Loading…
Reference in New Issue