Skip to content

Commit f329b2b

Browse files
chore: release 0.6.2 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be7b4b2 commit f329b2b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### [0.6.2](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.6.1...v0.6.2) (2023-07-06)
4+
5+
6+
### Bug Fixes
7+
8+
* bug where mem_mb is never read ([#34](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/34)) ([be7b4b2](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/be7b4b2f6ad4afb88fb01aae4152ec21967f32bf))
9+
310
### [0.6.1](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.6.0...v0.6.1) (2023-06-29)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-wrapper-utils"
3-
version = "0.6.1" # placeholder, version is taken from git
3+
version = "0.6.2" # placeholder, version is taken from git
44
description = "A collection of utils for Snakemake wrappers."
55
authors = ["Johannes Köster <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)