File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.3] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.3.2...v0.3.3 ) (2025-04-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Added documentation for scale variable ([ #40 ] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/40 ) ) ([ 1b668c1] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/1b668c180f3b13c4d9bd7b8121834df8fd778cee ) )
9
+ * properly catch and report ApiExceptions ([ #42 ] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/42 ) ) ([ 92375e6] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/92375e64470887ace6fadccdcd4befba9deadf01 ) )
10
+
3
11
## [ 0.3.2] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.3.1...v0.3.2 ) (2025-03-06)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " snakemake-executor-plugin-kubernetes"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
description = " A snakemake executor plugin for submission of jobs to Kubernetes"
5
5
authors = [
" Johannes Koester <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments