From ddca690c6dacc3147c72fceae00096c79959f7d8 Mon Sep 17 00:00:00 2001 From: bihealth bot Date: Wed, 14 Aug 2024 12:14:18 +0200 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 8 ++++++++ snappy_pipeline/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9284e904..0d351feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/bihealth/snappy-pipeline/compare/v0.2.1...v0.2.2) (2024-08-14) + + +### Bug Fixes + +* chr format detection in gcnv wrappers needs to always use egrep ([#529](https://github.com/bihealth/snappy-pipeline/issues/529)) ([ac52a6f](https://github.com/bihealth/snappy-pipeline/commit/ac52a6f7aeab79fa9b676a281bf526af82714831)) +* mehari wrapper fix_manta_invs.py requires python >=3.11, update conda env ([#542](https://github.com/bihealth/snappy-pipeline/issues/542)) ([c44aaea](https://github.com/bihealth/snappy-pipeline/commit/c44aaead5583acf19fa23e89fe91c2a53013960e)) + ## [0.2.1](https://github.com/bihealth/snappy-pipeline/compare/v0.2.0...v0.2.1) (2024-07-01) diff --git a/snappy_pipeline/version.py b/snappy_pipeline/version.py index 3ced3581..b5fdc753 100644 --- a/snappy_pipeline/version.py +++ b/snappy_pipeline/version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"