diff --git a/CHANGELOG.md b/CHANGELOG.md index 171c3ed..2f84cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [10.0.0](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.4.0...v10.0.0) (2026-03-09) + + +### ⚠ BREAKING CHANGES + +* rename DeploymentSettingsExecutorInterface.deployment_method to deployment_methods, and let it return a set of str. + +### Bug Fixes + +* rename DeploymentSettingsExecutorInterface.deployment_method to deployment_methods, and let it return a set of str. ([965c74f](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/965c74fafe016b9cbf1b57557911ad218b247d1c)) + ## [9.4.0](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.9...v9.4.0) (2026-03-08) diff --git a/pyproject.toml b/pyproject.toml index 7da2aa1..517dc60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-interface-executor-plugins" -version = "9.4.0" +version = "10.0.0" 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" }