From d753f3b4cab59952d0432c97d6c5020ab4bc6f45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:12:36 +0000 Subject: [PATCH] chore(main): release 0.12.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dda25bc..d35658c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.12.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.11.0...v0.12.0) (2026-02-24) + + +### Features + +* make env spec generic ([c7b9971](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/c7b9971d779909081e50b45ff5f858e67435bd08)) + + +### Bug Fixes + +* make generic args more flexible ([af21397](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/af21397717e9400c5a335f3fde5950b9f522626c)) + ## [0.11.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.10.2...v0.11.0) (2026-02-23) diff --git a/pyproject.toml b/pyproject.toml index fd38fca..fbe6337 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ description = "This package provides a stable interface for interactions between license = "MIT" name = "snakemake-interface-software-deployment-plugins" readme = "README.md" -version = "0.11.0" +version = "0.12.0" requires-python = ">=3.11,<4.0" dependencies = [ "argparse-dataclass >=2.0.0,<3.0",