Skip to content

Commit 10ecf78

Browse files
chore: release 0.6.0 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b9b6db commit 10ecf78

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.6.0](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.5.3...v0.6.0) (2023-06-21)
4+
5+
6+
### Features
7+
8+
* allow to configure the param name parsed by get_samtools_opts ([#30](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/30)) ([84aa151](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/84aa1515bc2ea34b702490b80b40e275ddc1e4af))
9+
10+
11+
### Bug Fixes
12+
13+
* fix bug when short arguments are contained in long arguments ([#28](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/28)) ([6b9b6db](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/6b9b6db33ed406a88f1f1a83c7e1d1f5cf77d18e))
14+
315
### [0.5.3](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.5.2...v0.5.3) (2023-03-14)
416

517

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.5.3" # placeholder, version is taken from git
3+
version = "0.6.0" # 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)