Skip to content

Commit fca5b8e

Browse files
chore(master): release 3.0.0 (#12)
* chore(master): release 3.0.0 * chore: refresh uv.lock for release * ci: trigger --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Florian R. Hölzlwimmer <git.ich@frhoelzlwimmer.de>
1 parent 0f7f0bd commit fca5b8e

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.2"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/Hoeze/snakemk_util/compare/v2.0.2...v3.0.0) (2026-05-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **cli:** `--wildcards` no longer accepts a single comma-separated string. Callers must pass each pair as its own argv token, e.g. `--wildcards k1=v1 k2=v2` instead of `--wildcards "k1=v1,k2=v2"`. A legacy comma-separated string is now silently interpreted as a single value containing commas, since the new contract allows commas in values.
9+
10+
### Features
11+
12+
* **cli:** take --wildcards as repeated key=value tokens ([#13](https://github.com/Hoeze/snakemk_util/issues/13)) ([41afc05](https://github.com/Hoeze/snakemk_util/commit/41afc054c853cc3ff78bd4d846b0a2616d0a6f14))
13+
14+
15+
### Bug Fixes
16+
17+
* address review findings across CLI, types, formatting, and R docs ([#11](https://github.com/Hoeze/snakemk_util/issues/11)) ([8f2ed20](https://github.com/Hoeze/snakemk_util/commit/8f2ed20bcfe983101bba5fa613e81b94e937f565))
18+
319
## [2.0.2](https://github.com/Hoeze/snakemk_util/compare/v2.0.1...v2.0.2) (2026-05-08)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "snakemk_util"
7-
version = "2.0.2"
7+
version = "3.0.0"
88
description = "utility functions for snakemake"
99
authors = [
1010
{ name = "Florian R. Hölzlwimmer", email = "git.ich@frhoelzlwimmer.de" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)