From 8f0828b402026c4cc7f3082fd06e497a63b05c65 Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 8 Aug 2021 22:22:51 +0200 Subject: [PATCH 1/2] Changelog for 0.13.4 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 From 683e992d522af55ed5b33fd7162a2b7f29a0e773 Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 8 Aug 2021 22:23:16 +0200 Subject: [PATCH 2/2] Release 0.13.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"