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.10 #520

Merged
merged 1 commit into from
Jul 22, 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.9"
".": "0.2.10"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.10](https://github.com/GenSpectrum/LAPIS-SILO/compare/v0.2.9...v0.2.10) (2024-07-22)


### Bug Fixes

* reduce function calls and parallelism when inserting rows into storage backend ([#509](https://github.com/GenSpectrum/LAPIS-SILO/issues/509)) ([93ba858](https://github.com/GenSpectrum/LAPIS-SILO/commit/93ba8584fed5807123ea3fb724ff55fc57b6265d))
* preprocessing: don't abort inserting insertions upon finding a null value ([03a500a](https://github.com/GenSpectrum/LAPIS-SILO/commit/03a500acf02f4d13975748f1bb6f222392604b7c))

## [0.2.9](https://github.com/GenSpectrum/LAPIS-SILO/compare/v0.2.8...v0.2.9) (2024-07-18)


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