diff --git a/CHANGELOG.md b/CHANGELOG.md index e259140..863f2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.4.1...v0.5.0) (2022-08-16) + + +### Features + +* 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)) +* 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)) + ### [0.4.1](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.4.0...v0.4.1) (2022-06-30) diff --git a/pyproject.toml b/pyproject.toml index 6281fd5..3c3b3ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-wrapper-utils" -version = "0.4.1" # placeholder, version is taken from git +version = "0.5.0" # placeholder, version is taken from git description = "A collection of utils for Snakemake wrappers." authors = ["Johannes Köster "] license = "MIT"