Skip to content

Commit de50ee5

Browse files
chore: release 0.7.0 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b0820f2 commit de50ee5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.6.2...v0.7.0) (2025-03-10)
4+
5+
6+
### Features
7+
8+
* GATK utils for common IO files ([#39](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/39)) ([4ba82aa](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/4ba82aa2ea3c2f675f94b9d1a09f7ab0b33c3155))
9+
* parse file format from extension (ignore compression) ([#41](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/41)) ([b0820f2](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/b0820f24169d457fa2b1b7a16168b509dc787720))
10+
* parse samtools regions ([#40](https://www.github.com/snakemake/snakemake-wrapper-utils/issues/40)) ([2fa70b8](https://www.github.com/snakemake/snakemake-wrapper-utils/commit/2fa70b89b529e3d0b0a1fee38c4479b634342b68))
11+
312
### [0.6.2](https://www.github.com/snakemake/snakemake-wrapper-utils/compare/v0.6.1...v0.6.2) (2023-07-06)
413

514

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