From ab8670c849a80bc99bfc213deb7a1c0881fab8c3 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 15 May 2024 12:11:21 +0200 Subject: [PATCH 1/2] Release 1.1.4 --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4dc2f56a..960b0841 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,14 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 1.1.4 (2024-05-15) +-------------------------- + +* Fixed: ``audformat.Database.get()`` + if its argument ``additional_schemes`` + contains a non-existent scheme + + Version 1.1.3 (2024-04-26) -------------------------- From 175eca5dce4b03afd8033a47fd74936622e69e14 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 15 May 2024 12:13:06 +0200 Subject: [PATCH 2/2] Fix typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 960b0841..547fc05e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ and this project adheres to `Semantic Versioning`_. Version 1.1.4 (2024-05-15) -------------------------- -* Fixed: ``audformat.Database.get()`` +* Fixed: ``audformat.Database.get()``, if its argument ``additional_schemes`` contains a non-existent scheme