From 61e4aa8c3bb1f8ec0c4a7c2d5ac14ec4ce377808 Mon Sep 17 00:00:00 2001 From: Henrik Date: Mon, 19 Feb 2024 23:32:45 +0100 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6673409..2aa0845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.0.3 +Bugfixes: +- MacOS: Fix using Aggregate devices for playback. + ## v2.0.2 Bugfixes: - MacOS: Fix a segfault when reading clock source names for some capture devices. diff --git a/Cargo.toml b/Cargo.toml index 8e4e6e4..1fa06e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "camilladsp" -version = "2.0.2" +version = "2.0.3" authors = ["Henrik Enquist "] edition = "2021" description = "A flexible tool for processing audio"