Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 16, 2024
1 parent 33a6809 commit 33774a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.1.5...v0.2.0) (2024-08-15)


### Features

* PVC support for kubernetes (continuation of [#9](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/9)) ([#22](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/22)) ([33a6809](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/33a680905866e197d2a8bcc5d1600827a4f77740))


### Bug Fixes

* handle cases when running inside a kubernetes cluster ([#17](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/17)) ([a031314](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/a0313140a24f72fc1c3a89e4eeea161f14dec1a2))

## [0.1.5](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.1.4...v0.1.5) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snakemake-executor-plugin-kubernetes"
version = "0.1.5"
version = "0.2.0"
description = "A snakemake executor plugin for submission of jobs to Kubernetes"
authors = ["Johannes Koester <johannes.koester@uni-due.de>"]
readme = "README.md"
Expand Down

0 comments on commit 33774a5

Please sign in to comment.