From afff64290f61893ff729ec7daaf2548c32cf34b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 22:22:20 +0200 Subject: [PATCH] chore: release 0.2.2 (#266) * chore: release 0.2.2 * Changed containerized tag to 0.2.2 * trigger actions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] Co-authored-by: Thomas Battenfeld --- 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 efd9ba328..59d140eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.2.2](https://www.github.com/koesterlab/snakemake-workflow-sars-cov2/compare/v0.2.1...v0.2.2) (2021-09-22) + + +### Bug Fixes + +* rmv path for buildah ([#265](https://www.github.com/koesterlab/snakemake-workflow-sars-cov2/issues/265)) ([2341a61](https://www.github.com/koesterlab/snakemake-workflow-sars-cov2/commit/2341a61623d4a905c8ace15363e57db8ada173dd)) + ### [0.2.1](https://www.github.com/koesterlab/snakemake-workflow-sars-cov2/compare/v0.2.0...v0.2.1) (2021-09-22) diff --git a/version.txt b/version.txt index 0c62199f1..ee1372d33 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.1 +0.2.2 diff --git a/workflow/Snakefile b/workflow/Snakefile index 8c37f8665..508852f63 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -16,7 +16,7 @@ report: "report/workflow.rst" container: "docker://condaforge/mambaforge" -containerized: "quay.io/uncovar/uncovar#0.2.1" +containerized: "quay.io/uncovar/uncovar#0.2.2" if config["strain-calling"]["use-kallisto"]: