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.6.1] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.6.0...v0.6.1 ) (2025-03-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * change methods into classmethods ([ 358695c] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/358695ce97f036b5e44d0ce6f0a15c7c9cce832f ) )
9
+ * remove deploy_from_archive ([ 8831501] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/8831501a1ec3286bd7342ab34a523f3944bc2153 ) )
10
+
3
11
## [ 0.6.0] ( https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.5.0...v0.6.0 ) (2025-03-07)
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.0 "
8
+ version = " 0.6.1 "
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