Skip to content

Commit ff25790

Browse files
chore(main): release 9.3.8 (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 119829d commit ff25790

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.8](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.7...v9.3.8) (2025-07-11)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing types for interface methods ([#91](https://github.com/snakemake/snakemake-interface-executor-plugins/issues/91)) ([119829d](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/119829d51984cd2a1282033f4941866befbfde2b))
9+
310
## [9.3.7](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.6...v9.3.7) (2025-06-23)
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.7"
3+
version = "9.3.8"
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)