Skip to content

Commit 50d05de

Browse files
chore(main): release 0.9.0 (#32)
🤖 I have created a release *beep* *boop* --- ## [0.9.0](v0.8.0...v0.9.0) (2025-10-01) ### Features * add source cache path attribute for mounting in e.g. containers ([#33](#33)) ([7962913](7962913)) * allow removal of pinfile ([#31](#31)) ([8e453b2](8e453b2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7962913 commit 50d05de

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.8.0...v0.9.0) (2025-10-01)
4+
5+
6+
### Features
7+
8+
* add source cache path attribute for mounting in e.g. containers ([#33](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/33)) ([7962913](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/796291391c670bb528327383799035d48cf06877))
9+
* allow removal of pinfile ([#31](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/31)) ([8e453b2](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/8e453b242f1a2268daa160730099647adb9f9a5b))
10+
311
## [0.8.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.7.7...v0.8.0) (2025-09-19)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
name = "snakemake-interface-software-deployment-plugins"
66
packages = [{include = "snakemake_interface_software_deployment_plugins"}]
77
readme = "README.md"
8-
version = "0.8.0"
8+
version = "0.9.0"
99

1010
[tool.poetry.dependencies]
1111
argparse-dataclass = "^2.0.0"

0 commit comments

Comments
 (0)