diff --git a/CHANGELOG.md b/CHANGELOG.md index 760e682..3ea2e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.3.4](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.3...v9.3.4) (2025-03-26) + + +### Bug Fixes + +* if requested, properly encode Path types as base64 ([#84](https://github.com/snakemake/snakemake-interface-executor-plugins/issues/84)) ([8518425](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/8518425006e31376a4ac775574848a4ea510e76d)) + ## [9.3.3](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.2...v9.3.3) (2024-12-21) diff --git a/pyproject.toml b/pyproject.toml index 154c889..f10c10c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-interface-executor-plugins" -version = "9.3.3" +version = "9.3.4" 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" }