Skip to content

Commit 42b075e

Browse files
authored
Merge pull request #14 from RIVM-bioinformatics/release-please--branches--main--components--juno_mapping
chore(main): release 0.4.0
2 parents d4d9fda + d7e005a commit 42b075e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/RIVM-bioinformatics/juno-mapping/compare/v0.3.2...v0.4.0) (2024-04-16)
4+
5+
6+
### Features
7+
8+
* call large deletions using delly ([bd06022](https://github.com/RIVM-bioinformatics/juno-mapping/commit/bd060229e5b13d05a3a11556d048315449dccae1))
9+
10+
11+
### Bug Fixes
12+
13+
* rm unneeded check ([6c30463](https://github.com/RIVM-bioinformatics/juno-mapping/commit/6c30463ca9607f804f1cde9a087f00719ea8072b))
14+
315
## [0.3.2](https://github.com/RIVM-bioinformatics/juno-mapping/compare/v0.3.1...v0.3.2) (2024-03-27)
416

517

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
__authors__ = "Boas van der Putten"
33
__email__ = "ids-bioinformatics@rivm.nl"
44
__license__ = "AGPLv3"
5-
__version__ = "0.3.2"
5+
__version__ = "0.4.0"
66
__description__ = "Juno-mapping pipeline for reference mapping of bacterial genomes"

0 commit comments

Comments
 (0)