Skip to content

Commit a6bc280

Browse files
chore: release 0.5.0 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e916c8b commit a6bc280

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.4.1...v0.5.0) (2022-08-16)
4+
5+
6+
### Features
7+
8+
* Adding parsing of reference ([#20](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/20)) ([5c259f5](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/5c259f5c9f5d4a15036bc6d2717e23e65cbe5917))
9+
* Regions, samples and targets in get_bcftools_opts ([#19](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/19)) ([e916c8b](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/e916c8b56600655798ff7c1e12133aa44000035c))
10+
311
### [0.4.1](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.4.0...v0.4.1) (2022-06-30)
412

513

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