From 347aa62e8018994fbf111ff0777382abb12bfd1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:20:44 +0000 Subject: [PATCH] chore(main): release 0.2.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ version.txt | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34bff5c8b..41d6d84a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.16" + ".": "0.2.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5faaa3cf..92b73f8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.17](https://github.com/GenSpectrum/LAPIS-SILO/compare/v0.2.16...v0.2.17) (2024-08-30) + + +### Bug Fixes + +* manually overwrite already existing unaligned sequence files in the temp folder ([f37fd88](https://github.com/GenSpectrum/LAPIS-SILO/commit/f37fd88dc36f0907e09881f6ca921c405a99cf43)) + + * In case the unaligned sequence directory already existed in the temp folder when running preprocessing, + it is manually deleted. Before, this lead to a bug, as the currently used duckdb version does + not correctly overwrite the temp files and may leave duplicate entries + in the output. This is fixed in duckdb PR [#11787](https://github.com/duckdb/duckdb/pull/11787) + which is included in release v0.10.3 + ## [0.2.16](https://github.com/GenSpectrum/LAPIS-SILO/compare/v0.2.15...v0.2.16) (2024-08-29) diff --git a/version.txt b/version.txt index 9097948ff..0fcb3bba7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.16 +0.2.17