From f6fbc258892ed8da6464a3cc7a3635e9aabba4a5 Mon Sep 17 00:00:00 2001 From: Moussallam Date: Fri, 26 Feb 2021 11:50:43 +0100 Subject: [PATCH] Update CHANGELOG.md version 2.2.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6142016..d680b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog History +## 2.2.0 + +Minor changes mainly fixing some issues: +* mono training was not working due to hardcoded filters in the dataset +* default argument of `separate` was of wrong type +* added a way to request spleeter version with the `--version` argument in the CLI + ## 2.1.0 This version introduce design related changes, especially transition to Typer for CLI managment and Poetry as @@ -84,4 +91,4 @@ First released, Dec 27th 2019 ### Minor changes -* Typos, and small bugfixes \ No newline at end of file +* Typos, and small bugfixes