Skip to content

Commit f1bf06d

Browse files
chore(main): release 0.6.0 (#14)
🤖 I have created a release *beep* *boop* --- ## [0.6.0](v0.5.0...v0.6.0) (2025-03-07) ### Features * introduce EnvSpecSourceFile as a container data class for paths or uris mentioned in the EnvSpec that shall be cached and resolved by Snakemake's source caching mechanism ([#13](#13)) ([d359609](d359609)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d359609 commit f1bf06d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.5.0...v0.6.0) (2025-03-07)
4+
5+
6+
### Features
7+
8+
* introduce EnvSpecSourceFile as a container data class for paths or uris mentioned in the EnvSpec that shall be cached and resolved by Snakemake's source caching mechanism ([#13](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/13)) ([d359609](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/d359609bf2dd01a1b29814c76eb7276d657c2b27))
9+
310
## [0.5.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.4.0...v0.5.0) (2025-03-07)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
name = "snakemake-interface-software-deployment-plugins"
66
packages = [{include = "snakemake_interface_software_deployment_plugins"}]
77
readme = "README.md"
8-
version = "0.5.0"
8+
version = "0.6.0"
99

1010
[tool.poetry.dependencies]
1111
argparse-dataclass = "^2.0.0"

0 commit comments

Comments
 (0)