diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2cd94..363a4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.3.6](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.5...v9.3.6) (2025-06-18) + + +### Bug Fixes + +* do not constrain resources in remote jobs ([#87](https://github.com/snakemake/snakemake-interface-executor-plugins/issues/87)) ([fd5edf5](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/fd5edf597a4bdf26df1ac4d89cb5c34d10bf8c13)) + ## [9.3.5](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.4...v9.3.5) (2025-03-27) diff --git a/pyproject.toml b/pyproject.toml index 7875c19..5fcff41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-interface-executor-plugins" -version = "9.3.5" +version = "9.3.6" 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" }