From 5310a80b8223a7d88b4dbfd9d573e34f837cb449 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:37:09 +0000 Subject: [PATCH] chore(main): release 9.3.7 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 363a4d9..37a76dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.3.7](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.6...v9.3.7) (2025-06-23) + + +### Bug Fixes + +* better handling of allowed rules in combination with snakemake >=9.6.2 ([#89](https://github.com/snakemake/snakemake-interface-executor-plugins/issues/89)) ([6232764](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/623276464736841f770a0bd6a1576bff5af6d38e)) + ## [9.3.6](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.5...v9.3.6) (2025-06-18) diff --git a/pyproject.toml b/pyproject.toml index a508be6..1cd7a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-interface-executor-plugins" -version = "9.3.6" +version = "9.3.7" description = "This package provides a stable interface for interactions between Snakemake and its executor plugins." authors = [{ name = "Johannes Köster", email = "johannes.koester@uni-due.de" }] license = { text = "MIT" }