From 8bfceccfe337ab35b8c69934f163c9f14fe78b9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 21:02:31 +0200 Subject: [PATCH] chore: release 1.6.7 (#42) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9fc548..c851f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.6.7](https://www.github.com/snakemake-workflows/dna-seq-benchmark/compare/v1.6.6...v1.6.7) (2023-05-04) + + +### Bug Fixes + +* define retries for fallible rules ([#41](https://www.github.com/snakemake-workflows/dna-seq-benchmark/issues/41)) ([2f7dddf](https://www.github.com/snakemake-workflows/dna-seq-benchmark/commit/2f7dddfdb894e3582bd1fb129179f20b5ab078c4)) +* error out if a callset does not match the truth at all ([#43](https://www.github.com/snakemake-workflows/dna-seq-benchmark/issues/43)) ([480b929](https://www.github.com/snakemake-workflows/dna-seq-benchmark/commit/480b9296c84e5c71ffa2e560a9c50085836577fa)) + + +### Performance Improvements + +* update to latest datavzrd ([8022a46](https://www.github.com/snakemake-workflows/dna-seq-benchmark/commit/8022a46ef81fa5365934f250cf4a5b1312388e33)) + ### [1.6.6](https://www.github.com/snakemake-workflows/dna-seq-benchmark/compare/v1.6.5...v1.6.6) (2023-04-27)