From fab2a7a90953ebe9199ef850a4a095e28b44fdf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:01:02 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6665c..87d3eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.8.0...v0.9.0) (2025-10-01) + + +### Features + +* 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)) +* 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)) + ## [0.8.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.7.7...v0.8.0) (2025-09-19) diff --git a/pyproject.toml b/pyproject.toml index db530ca..095b9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ license = "MIT" name = "snakemake-interface-software-deployment-plugins" packages = [{include = "snakemake_interface_software_deployment_plugins"}] readme = "README.md" -version = "0.8.0" +version = "0.9.0" [tool.poetry.dependencies] argparse-dataclass = "^2.0.0"