From 50e6d76ad7d0d89c5cc787eea3abe7c05cc5737e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:01:19 +0000 Subject: [PATCH 1/2] chore(master): release 1.1.2 --- CHANGELOG.md | 8 ++++++++ version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ab1ee9..e1721819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.2](https://github.com/IKIM-Essen/uncovar/compare/v1.1.1...v1.1.2) (2024-11-07) + + +### Bug Fixes + +* properly write to log file in order_contigs rule ([#677](https://github.com/IKIM-Essen/uncovar/issues/677)) ([093fb55](https://github.com/IKIM-Essen/uncovar/commit/093fb55522b3c598256e8fc53b96f9bb9b2882c5)) +* update pangolin to 4.3.1 ([#675](https://github.com/IKIM-Essen/uncovar/issues/675)) ([b16b3e3](https://github.com/IKIM-Essen/uncovar/commit/b16b3e3067e2d188227f80f1a637f76b5a8fdfab)) + ## [1.1.1](https://github.com/IKIM-Essen/uncovar/compare/v1.1.0...v1.1.1) (2024-11-04) diff --git a/version.txt b/version.txt index 524cb552..45a1b3f4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.1 +1.1.2 From efbb8e2168d42f976df00f922e2de4eba9f8ef20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Nov 2024 14:01:25 +0000 Subject: [PATCH 2/2] Changed containerized tag to 1.1.2 --- workflow/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index c6fcddf5..42feaa86 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -21,7 +21,7 @@ report: "report/workflow.rst" container: "docker://condaforge/mambaforge" -containerized: "quay.io/uncovar/uncovar#1.1.1" +containerized: "quay.io/uncovar/uncovar#1.1.2" include: "rules/common.smk"