From 373333402dbe369b9f65999c0e955c81dc13c580 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 11:07:22 +0000 Subject: [PATCH] chore: release 0.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ TrueConsense/version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e581e74..637cda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.5.0](https://www.github.com/RIVM-bioinformatics/TrueConsense/compare/v0.4.0...v0.5.0) (2022-04-22) + + +### ⚠ BREAKING CHANGES + +* Use output files in stead of folders + +### Features + +* Use output files in stead of folders ([b0dfef8](https://www.github.com/RIVM-bioinformatics/TrueConsense/commit/b0dfef878c09000c475ee0ff11f0fdefeddd4503)) + + +### Documentation + +* Update docs for file output in stead of folders ([7c47393](https://www.github.com/RIVM-bioinformatics/TrueConsense/commit/7c47393ee7f8b30a7439897c90dbd9c25f0acf4c)) + ## [0.4.0](https://www.github.com/RIVM-bioinformatics/TrueConsense/compare/v0.3.0...v0.4.0) (2022-04-14) diff --git a/TrueConsense/version.py b/TrueConsense/version.py index 6a9beea..3d18726 100644 --- a/TrueConsense/version.py +++ b/TrueConsense/version.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"