Skip to content

Commit

Permalink
chore: release 0.4.1 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 30, 2022
1 parent 93d25fa commit d054c33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.4.1](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.4.0...v0.4.1) (2022-06-30)


### Bug Fixes

* fixed missing return values ([#15](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/15)) ([c6f0fa7](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/c6f0fa71affe7c89a780d44b15050a1ad71cfe1a))
* rename argument in function 'infer_out_format' ([#17](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/17)) ([93d25fa](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/93d25fae4527cbad277aaf9cec4e966b0cc8c81d))

## [0.4.0](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.3.1...v0.4.0) (2022-04-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snakemake-wrapper-utils"
version = "0.4.0" # placeholder, version is taken from git
version = "0.4.1" # placeholder, version is taken from git
description = "A collection of utils for Snakemake wrappers."
authors = ["Johannes Köster <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d054c33

Please sign in to comment.