Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.2.17 #553

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.16"
".": "0.2.17"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.16
0.2.17