File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 9.1.0] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.0.2...v9.1.0 ) (2024-03-26)
4+
5+
6+ ### Features
7+
8+ * add utils for encoding CLI args as base64 ([ #64 ] ( https://github.com/snakemake/snakemake-interface-executor-plugins/issues/64 ) ) ([ 38a53ec] ( https://github.com/snakemake/snakemake-interface-executor-plugins/commit/38a53ecec3af3fc45d2f962972460fa50258b2b1 ) )
9+
310## [ 9.0.2] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.0.1...v9.0.2 ) (2024-03-22)
411
512
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
55name = " snakemake-interface-executor-plugins"
66packages = [{include = " snakemake_interface_executor_plugins" }]
77readme = " README.md"
8- version = " 9.0.2 "
8+ version = " 9.1.0 "
99
1010[tool .poetry .dependencies ]
1111argparse-dataclass = " ^2.0.0"
You can’t perform that action at this time.
0 commit comments