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" }