Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.18.5](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.18.4...v0.18.5) (2026-08-05)


### Bug Fixes

* apply modify func on all attributes, not only in case of source path attributes ([#62](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/62)) ([fa1971d](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/fa1971dafdb952dd615bb69beda533aeecadbb89))
* close temp file after creation ([9fa7730](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/9fa7730b2a4f305a9a2ae3f667f0e673c618d336))
* do not require spec equality if env hashes are the same ([7ae9c5d](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/7ae9c5d108c90616e599d2760add6b6715a49381))

## [0.18.4](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.18.3...v0.18.4) (2026-07-24)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.4"
version = "0.18.5"
requires-python = ">=3.11,<4.0"
dependencies = [
"argparse-dataclass >=2.0.0,<3.0",
Expand Down