From ccb9be3fc308e96711fcb024f01dcb3f53a342fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:18:41 +0000 Subject: [PATCH] chore(main): release 3.0.6 --- CHANGELOG.md | 7 +++++++ version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 126bd1e..e602685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.6](https://github.com/RIVM-bioinformatics/juno-assembly/compare/v3.0.5...v3.0.6) (2024-06-24) + + +### Bug Fixes + +* increase sort mem ([f359b22](https://github.com/RIVM-bioinformatics/juno-assembly/commit/f359b228ca7394f41011cb85d21f64bcda5d797d)) + ## [3.0.5](https://github.com/RIVM-bioinformatics/juno-assembly/compare/v3.0.4...v3.0.5) (2024-05-21) diff --git a/version.py b/version.py index 1206609..d4d5cc9 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ __authors__ = "Alejandra Hernández Segura and Karim Hajji" __email__ = "karim.hajji@rivm.nl" __license__ = "AGPLv3" -__version__ = "3.0.5" +__version__ = "3.0.6" __description__ = "Juno-assembly pipeline for de novo assembly of paired Illumina WGS data from haploid organisms"