From 6f4380c9123366331fc5e749c15118e25287e7df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:18:54 +0000 Subject: [PATCH] chore(main): release 0.7.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4369450..3f21285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.3](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.7.2...v0.7.3) (2025-09-12) + + +### Bug Fixes + +* use Protocol type ([#23](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/23)) ([2a10a4a](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/2a10a4a011515de79dd1c7eff0a8bfc6a8217416)) + ## [0.7.2](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.7.1...v0.7.2) (2025-09-12) diff --git a/pyproject.toml b/pyproject.toml index eeb348f..83142ae 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.2" +version = "0.7.3" [tool.poetry.dependencies] argparse-dataclass = "^2.0.0"