From 300decd6cb6d9bd493638d85ac53ba50e698292a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 13:37:47 +0100 Subject: [PATCH] chore: release 0.11.0 (#425) * chore: release 0.11.0 * Changed containerized tag to 0.11.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- CHANGELOG.md | 8 ++++++++ version.txt | 2 +- workflow/Snakefile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e253159..514e515db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.0](https://www.github.com/IKIM-Essen/uncovar/compare/v0.10.2...v0.11.0) (2021-12-21) + + +### Features + +* update to rust-bio-tools 0.33 ([#388](https://www.github.com/IKIM-Essen/uncovar/issues/388)) ([8f66915](https://www.github.com/IKIM-Essen/uncovar/commit/8f669159d7db8dad503cccf505c34a8271795bcd)) +* update to varlociraptor 4.9 ([#424](https://www.github.com/IKIM-Essen/uncovar/issues/424)) ([5a7ca5b](https://www.github.com/IKIM-Essen/uncovar/commit/5a7ca5be08afdc6642a0db103c9fec2f6842fc53)) + ### [0.10.2](https://www.github.com/IKIM-Essen/uncovar/compare/v0.10.1...v0.10.2) (2021-12-19) diff --git a/version.txt b/version.txt index 5eef0f10e..d9df1bbc0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.10.2 +0.11.0 diff --git a/workflow/Snakefile b/workflow/Snakefile index a686fa1d4..40f74aa6a 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.2" +containerized: "quay.io/uncovar/uncovar#0.11.0" if config["strain-calling"]["use-gisaid"]: