From 041bcb92bbbfa29fe898c23b25e4e412f87263cf Mon Sep 17 00:00:00 2001 From: eeeeeta Date: Mon, 10 Jul 2017 14:08:35 +0100 Subject: [PATCH] engine: cut release 0.2.4 - This fixes bugs relating to `new_channel()` and `remove_channel()` that most likely would break your code. Upgrading is advisable! --- sqa-engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqa-engine/Cargo.toml b/sqa-engine/Cargo.toml index 780b2a6..300af2d 100644 --- a/sqa-engine/Cargo.toml +++ b/sqa-engine/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/eeeeeta/sqa-engine" readme = "README.md" keywords = ["audio", "sqa"] license = "CC0-1.0" -version = "0.2.3" +version = "0.2.4" authors = ["eeeeeta "] [dependencies]