From 5236386bcab8a3cee5a0cf54f1d4785d3a252fe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:55:52 +0000 Subject: [PATCH] chore(main): release 0.19.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8f887..41500de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.2](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.19.1...v0.19.2) (2026-09-07) + + +### Bug Fixes + +* pass envvars to test environments ([#67](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/67)) ([9faf962](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/9faf962083390ab5dfb9ae7fcc9844a00f316f22)) + ## [0.19.1](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.19.0...v0.19.1) (2026-09-07) diff --git a/pyproject.toml b/pyproject.toml index 6bbd7c1..96dcf52 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.19.1" +version = "0.19.2" requires-python = ">=3.11,<4.0" dependencies = [ "argparse-dataclass >=2.0.0,<3.0",