From 5ccd447cd001cecb839b7733149f3abe23ab41cb Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:54:47 +0100 Subject: [PATCH] chore(main): release 0.6.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ varfish_cli/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1793453..4715be6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 42edc4e..8af45c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/varfish-org/varfish-cli/compare/v0.6.3...v0.6.4) (2024-11-06) + + +### Bug Fixes + +* only consider MAPPING/ALIGNING SUMMARY entries from dragen qc summary file ([#134](https://github.com/varfish-org/varfish-cli/issues/134)) ([c4b8dd1](https://github.com/varfish-org/varfish-cli/commit/c4b8dd1a86669a4022c3259d1848680dccff9296)) + ## [0.6.3](https://github.com/varfish-org/varfish-cli/compare/v0.6.2...v0.6.3) (2024-01-24) diff --git a/varfish_cli/version.py b/varfish_cli/version.py index 63af887..364e7ba 100644 --- a/varfish_cli/version.py +++ b/varfish_cli/version.py @@ -1 +1 @@ -__version__ = "0.6.3" +__version__ = "0.6.4"