diff --git a/CHANGELOG.md b/CHANGELOG.md index c25c5b3..72ccb1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.18.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.17.0...v0.18.0) (2026-06-02) + + +### Features + +* suffix replacement ([#54](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/54)) ([6282e25](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/6282e25b76e389b35921971447b9fdc6af4abcd6)) + + +### Bug Fixes + +* remove debug code ([ffa0804](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/ffa08047257ee3e3e90cde1fe53a5e202c18b02a)) + ## [0.17.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.16.5...v0.17.0) (2026-03-10) diff --git a/pyproject.toml b/pyproject.toml index 9946953..d556c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ description = "This package provides a stable interface for interactions between license = "MIT" name = "snakemake-interface-software-deployment-plugins" readme = "README.md" -version = "0.17.0" +version = "0.18.0" requires-python = ">=3.11,<4.0" dependencies = [ "argparse-dataclass >=2.0.0,<3.0",