From d7e005aa092484f07b503a249e652f2430ba0f0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:32:53 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 12 ++++++++++++ version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0482556..2c439c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/RIVM-bioinformatics/juno-mapping/compare/v0.3.2...v0.4.0) (2024-04-16) + + +### Features + +* call large deletions using delly ([bd06022](https://github.com/RIVM-bioinformatics/juno-mapping/commit/bd060229e5b13d05a3a11556d048315449dccae1)) + + +### Bug Fixes + +* rm unneeded check ([6c30463](https://github.com/RIVM-bioinformatics/juno-mapping/commit/6c30463ca9607f804f1cde9a087f00719ea8072b)) + ## [0.3.2](https://github.com/RIVM-bioinformatics/juno-mapping/compare/v0.3.1...v0.3.2) (2024-03-27) diff --git a/version.py b/version.py index 7ba8bd3..987f4ba 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.3.2" +__version__ = "0.4.0" __description__ = "Juno-mapping pipeline for reference mapping of bacterial genomes"