From 939f45da5499e84d61320c52bc98991fc5b120ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 12:44:37 +0000 Subject: [PATCH] chore(main): release 0.7.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28580c3..4369450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.7.1...v0.7.2) (2025-09-12) + + +### Bug Fixes + +* handle None type for source file attributes in EnvSpec ([#21](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/21)) ([247d066](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/247d06669854b06b38c58b3e9c023fd45e765391)) + ## [0.7.1](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.7.0...v0.7.1) (2025-09-12) diff --git a/pyproject.toml b/pyproject.toml index 47ae88e..eeb348f 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.7.1" +version = "0.7.2" [tool.poetry.dependencies] argparse-dataclass = "^2.0.0"