From 32fb7da8061911a46a4aea626deca0c9e1d401eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:33:21 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 13 +++++++++++++ version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b90b9..d1e9fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.0](https://github.com/RIVM-bioinformatics/juno-mapping/compare/v0.2.1...v0.3.0) (2024-01-25) + + +### Features + +* add filtering of variants based on strand bias ([3be232a](https://github.com/RIVM-bioinformatics/juno-mapping/commit/3be232abd10f27d3052a81c20cf89f9de8188564)) + + +### Dependencies + +* smk to 7.32.0 ([4a59f6a](https://github.com/RIVM-bioinformatics/juno-mapping/commit/4a59f6a6f276b619d16415d0ea2463cce4a61e35)) +* update master conda env ([7ebcb10](https://github.com/RIVM-bioinformatics/juno-mapping/commit/7ebcb107dd497a1a1b0d1be5aa79411f7a791600)) + ## [0.2.1](https://github.com/RIVM-bioinformatics/juno-mapping/compare/v0.2.0...v0.2.1) (2023-12-19) diff --git a/version.py b/version.py index 6664291..c7266d5 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ __authors__ = "Boas van der Putten" __email__ = "ids-bioinformatics@rivm.nl" __license__ = "AGPLv3" -__version__ = "0.2.1" +__version__ = "0.3.0" __description__ = "Juno-mapping pipeline for reference mapping of bacterial genomes"