From d3bb01b3d6d2bff47a844ae64b2d06b00786fcf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 12:46:31 +0100 Subject: [PATCH] chore(master): release 0.15.0 (#512) * chore(master): release 0.15.0 * Changed containerized tag to 0.15.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- CHANGELOG.md | 13 +++++++++++++ version.txt | 2 +- workflow/Snakefile | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd5a74d8..f86ac484b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.15.0](https://github.com/IKIM-Essen/uncovar/compare/v0.14.0...v0.15.0) (2022-03-24) + + +### Features + +* update rbt to 0.39 ([#510](https://github.com/IKIM-Essen/uncovar/issues/510)) ([91b5ac5](https://github.com/IKIM-Essen/uncovar/commit/91b5ac585177b127a80548235abe7469a04e97cc)) + + +### Bug Fixes + +* add nofilter flag for variant calls ([#505](https://github.com/IKIM-Essen/uncovar/issues/505)) ([381007c](https://github.com/IKIM-Essen/uncovar/commit/381007c351db1809d6c93dc337920d9e9fa3ed54)) +* primer clipping add up- and downstream ([#515](https://github.com/IKIM-Essen/uncovar/issues/515)) ([5c886fa](https://github.com/IKIM-Essen/uncovar/commit/5c886fa439399c129fcec536b6d149b4e1741685)) + ## [0.14.0](https://github.com/IKIM-Essen/uncovar/compare/v0.13.2...v0.14.0) (2022-03-21) diff --git a/version.txt b/version.txt index a803cc227..a55105169 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.14.0 +0.15.0 diff --git a/workflow/Snakefile b/workflow/Snakefile index f820df3d1..4abff6178 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.14.0" +containerized: "quay.io/uncovar/uncovar#0.15.0" if config["strain-calling"]["use-gisaid"]: