File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.0] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.6.1...v0.7.0 ) (2025-09-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * deploy from archive ([ #18 ] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/18 ) ) ([ f6d62bd] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/f6d62bd6530673c6fbbad382807378dbdcbf0023 ) )
9
+ * pass tempdir to EnvBase ([ #16 ] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/16 ) ) ([ 28d8351] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/28d83516691e1e90edb00d17bb44d437c69a332d ) )
10
+
3
11
## [ 0.6.1] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.6.0...v0.6.1 ) (2025-03-08)
4
12
5
13
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
5
5
name = " snakemake-interface-software-deployment-plugins"
6
6
packages = [{include = " snakemake_interface_software_deployment_plugins" }]
7
7
readme = " README.md"
8
- version = " 0.6.1 "
8
+ version = " 0.7.0 "
9
9
10
10
[tool .poetry .dependencies ]
11
11
argparse-dataclass = " ^2.0.0"
You can’t perform that action at this time.
0 commit comments