diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e4fe4a9..eed401380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 0.13.4 (2021-08-08) + +- wasapi: Allow both threading models and switch the default to STA +- Update dependencies (core-foundation-sys, jni, rust-jack) +- Alsa: improve stream setup parameters + # Version 0.13.3 (2021-03-29) - Give each thread a unique name diff --git a/Cargo.toml b/Cargo.toml index c5ba1a793..fe50c22ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.13.3" +version = "0.13.4" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio I/O library in pure Rust." repository = "https://github.com/rustaudio/cpal"