From 8d7d6d86bb15744e3334ae333865f95dbcb82628 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:19:41 +0000 Subject: [PATCH] chore(main): release 0.2.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ version.txt | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7a1581b7c..5ccb825b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.12" + ".": "0.2.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2c5b138..1e72e8c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.13](https://github.com/GenSpectrum/LAPIS-SILO/compare/v0.2.12...v0.2.13) (2024-08-06) + + +### Features + +* bump serialization version to 2 ([e897203](https://github.com/GenSpectrum/LAPIS-SILO/commit/e897203780e7cd7546dfc82a2d29a6725bf07da2)) +* bump serialization version to 3 ([7584214](https://github.com/GenSpectrum/LAPIS-SILO/commit/7584214e7c6866d38ad415c82abf7a01aa95d8bf)) +* support SAM files as sequence input and allow partial sequence input with an offset ([5be9a9f](https://github.com/GenSpectrum/LAPIS-SILO/commit/5be9a9f23d5c1e2c54ca5837a82798aa459f9859)) + + +### Bug Fixes + +* allow all sequence-names by escaping them properly in all SQL statements ([901fc7e](https://github.com/GenSpectrum/LAPIS-SILO/commit/901fc7e0645954c7fc5ca705fd9c3902ab3d0928)) + ## [0.2.12](https://github.com/GenSpectrum/LAPIS-SILO/compare/v0.2.11...v0.2.12) (2024-07-31) diff --git a/version.txt b/version.txt index f2722b133..27792457c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.12 +0.2.13