Skip to content

Commit d2286a0

Browse files
chore(main): release 9.3.4 (#85)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8518425 commit d2286a0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.3.4](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.3...v9.3.4) (2025-03-26)
4+
5+
6+
### Bug Fixes
7+
8+
* 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+
310
## [9.3.3](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.2...v9.3.3) (2024-12-21)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "snakemake-interface-executor-plugins"
3-
version = "9.3.3"
3+
version = "9.3.4"
44
description = "This package provides a stable interface for interactions between Snakemake and its executor plugins."
55
authors = [{ name = "Johannes Köster", email = "[email protected]" }]
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)