diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e8da3a7..3a21938de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 0.13.1 (2020-11-08) + +- Don't panic when device is plugged out on Windows +- Update `parking_lot` dependency + # Version 0.13.0 (2020-10-28) - Add Android support via `oboe-rs`. diff --git a/Cargo.toml b/Cargo.toml index 32e4ab336..75348f48c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.13.0" +version = "0.13.1" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio I/O library in pure Rust." repository = "https://github.com/rustaudio/cpal"