Skip to content

Commit 6a18a2d

Browse files
chore(main): release 4.3.0 (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1fd75e commit 6a18a2d

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.0](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v4.2.3...v4.3.0) (2025-12-01)
4+
5+
6+
### Features
7+
8+
* raise FileOrDirectoryNotFoundError if mtime or size queries fail and object does not exist remotely ([#80](https://github.com/snakemake/snakemake-interface-storage-plugins/issues/80)) ([e1fd75e](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/e1fd75eb12fbe121fbc81caf06e60208816b3213))
9+
310
## [4.2.3](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v4.2.2...v4.2.3) (2025-09-10)
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.2.3"
3+
version = "4.3.0"
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)