Skip to content

Commit c87a606

Browse files
Merge branch 'main' of github.com:snakemake/snakemake-interface-software-deployment-plugins
2 parents 388cb23 + f9b68c9 commit c87a606

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.14.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.13.0...v0.14.0) (2026-03-06)
4+
5+
6+
### Features
7+
8+
* cache individual assets on the snakemake side of the API ([4f3ce17](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/4f3ce176bd4431be5992ef8c008da6b4a36f72db))
9+
* ensure that caching happens race condition free on shared network filesystems ([c2b3d4d](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/c2b3d4d4d5dc9f9adddb3f716f78972591215a7a))
10+
* more convenient cache API ([0a3228b](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/0a3228bc76a81e27f0c15d7ce4735d1bf30c7ead))
11+
312
## [0.13.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.12.1...v0.13.0) (2026-02-26)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "This package provides a stable interface for interactions between
66
license = "MIT"
77
name = "snakemake-interface-software-deployment-plugins"
88
readme = "README.md"
9-
version = "0.13.0"
9+
version = "0.14.0"
1010
requires-python = ">=3.11,<4.0"
1111
dependencies = [
1212
"argparse-dataclass >=2.0.0,<3.0",

0 commit comments

Comments
 (0)