From 37ba15635a1c08e6652fd8d31897b66e12e7b1c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Dec 2021 23:14:04 +0100 Subject: [PATCH] chore: release 0.10.2 (#421) * chore: release 0.10.2 * Changed containerized tag to 0.10.2 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- workflow/Snakefile | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a279850..a5e253159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.10.2](https://www.github.com/IKIM-Essen/uncovar/compare/v0.10.1...v0.10.2) (2021-12-19) + + +### Bug Fixes + +* pangolin input for overview table, bamclipper samtools error, include flag for high quality genome report ([#418](https://www.github.com/IKIM-Essen/uncovar/issues/418)) ([9690f12](https://www.github.com/IKIM-Essen/uncovar/commit/9690f12e6725447e035903d3b4eecf31d01b1576)) + ### [0.10.1](https://www.github.com/IKIM-Essen/uncovar/compare/v0.10.0...v0.10.1) (2021-12-17) diff --git a/version.txt b/version.txt index 571215736..5eef0f10e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.10.1 +0.10.2 diff --git a/workflow/Snakefile b/workflow/Snakefile index f5927e360..a686fa1d4 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -21,7 +21,7 @@ report: "report/workflow.rst" container: "docker://condaforge/mambaforge" -containerized: "quay.io/uncovar/uncovar#0.10.1" +containerized: "quay.io/uncovar/uncovar#0.10.2" if config["strain-calling"]["use-gisaid"]: