From 0541cbdd4726aead24ea3d6342fea152733bdfa8 Mon Sep 17 00:00:00 2001 From: Till Hartmann Date: Fri, 2 Aug 2024 16:17:08 +0200 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 7 +++++++ snappy_pipeline/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9284e904..4f6f8c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/bihealth/snappy-pipeline/compare/v0.2.1...v0.2.2) (2024-08-02) + + +### 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)) + ## [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"