From 4018852c4708c7e1604d512bfe39d1ef5df66adf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:13:40 +0100 Subject: [PATCH] chore: release 0.5.2 (#25) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cbdc8..e24d461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.5.2](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.5.1...v0.5.2) (2023-01-09) + + +### Bug Fixes + +* introduce default 20% deduction from resources.mem_mb and override via params.java_mem_overhead_mv ([#24](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/24)) ([71403bd](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/71403bd4a843cc66bee28c6a11a279654b2b1857)) + ### [0.5.1](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.5.0...v0.5.1) (2022-12-09) diff --git a/pyproject.toml b/pyproject.toml index 1260216..e24c9cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-wrapper-utils" -version = "0.5.1" # placeholder, version is taken from git +version = "0.5.2" # placeholder, version is taken from git description = "A collection of utils for Snakemake wrappers." authors = ["Johannes Köster "] license = "MIT"