Skip to content

Commit e4b4150

Browse files
chore(main): release 0.18.0
1 parent ffa0804 commit e4b4150

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.18.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.17.0...v0.18.0) (2026-06-02)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* remove debug code ([ffa0804](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/ffa08047257ee3e3e90cde1fe53a5e202c18b02a))
14+
315
## [0.17.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.16.5...v0.17.0) (2026-03-10)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "This package provides a stable interface for interactions between
66
license = "MIT"
77
name = "snakemake-interface-software-deployment-plugins"
88
readme = "README.md"
9-
version = "0.17.0"
9+
version = "0.18.0"
1010
requires-python = ">=3.11,<4.0"
1111
dependencies = [
1212
"argparse-dataclass >=2.0.0,<3.0",

0 commit comments

Comments
 (0)