Skip to content

Commit d9c74ec

Browse files
chore(main): release 4.3.1 (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2d53bf commit d9c74ec

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+
## [4.3.1](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v4.3.0...v4.3.1) (2025-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* turn FileOrDirectoryNotFoundError into WorkflowError ([c2d53bf](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/c2d53bfea54be181770f134a74e9afde55dd731b))
9+
310
## [4.3.0](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v4.2.3...v4.3.0) (2025-12-01)
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-storage-plugins"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
description = "This package provides a stable interface for interactions between Snakemake and its storage plugins."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)