From f522c8925cea98c197704c2ed246311701df287b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:11:36 +0000 Subject: [PATCH] chore(main): release 0.19.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1633b3f..94af878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.19.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.18.6...v0.19.0) (2026-09-07) + + +### Features + +* add method for workspace setup within tmp_path ([48591e7](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/48591e70773b4b58f32d2c2f019c7cbd9a9fdec6)) +* provide envvars set for passing them to environments/containers ([#65](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/65)) ([ab0aa11](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/ab0aa1198bdece1d0a96f6c59202f0b32d0fd5fd)) + ## [0.18.6](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.18.5...v0.18.6) (2026-08-05) diff --git a/pyproject.toml b/pyproject.toml index e186167..4acb533 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.18.6" +version = "0.19.0" requires-python = ">=3.11,<4.0" dependencies = [ "argparse-dataclass >=2.0.0,<3.0",