Skip to content

Commit

Permalink
chore(main): release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fengelniederhammer committed Jul 22, 2024
1 parent 03a500a commit f105a0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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

0 comments on commit f105a0b

Please sign in to comment.