Publish version 0.12.0 (#443)
This commit is contained in:
parent
ae0fc33b17
commit
62ba9a96b0
|
@ -1,4 +1,4 @@
|
||||||
# Unreleased
|
# Version 0.12.0 (2020-07-09)
|
||||||
|
|
||||||
- Large refactor removing the blocking EventLoop API.
|
- Large refactor removing the blocking EventLoop API.
|
||||||
- Rename many `Format` types to `StreamConfig`:
|
- Rename many `Format` types to `StreamConfig`:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cpal"
|
name = "cpal"
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
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