Skip to content

Commit 2cb2a7e

Browse files
chore(main): release 0.5.0 (#56)
1 parent 0712e46 commit 2cb2a7e

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.5.0](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.4.4...v0.5.0) (2025-07-23)
4+
5+
6+
### Features
7+
8+
* allow to omit job cleanup with --kubernetes-omit-job-cleanup (for debugging) ([#55](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/55)) ([0712e46](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/0712e46f81e745a4a7fed7b33444056470337a84))
9+
310
## [0.4.4](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.4.3...v0.4.4) (2025-07-16)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-kubernetes"
3-
version = "0.4.4"
3+
version = "0.5.0"
44
description = "A snakemake executor plugin for submission of jobs to Kubernetes"
55
authors = ["Johannes Koester <johannes.koester@uni-due.de>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)