Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#13)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.5](v0.1.4...v0.1.5)
(2024-03-12)


### Bug Fixes

* Allow kubernetes versions 28 and 29
([#10](#10))
([47a5f37](47a5f37))
* update snakemake-interface-executor-plugins requirement from ^8.0.2 to
>=9.0.0,<10.0.0
([#12](#12))
([861c44f](861c44f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 12, 2024
1 parent 47a5f37 commit 127bedf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* Allow kubernetes versions 28 and 29 ([#10](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/10)) ([47a5f37](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/47a5f375de532aa2b83712cedd311a8c978e3798))
* update snakemake-interface-executor-plugins requirement from ^8.0.2 to &gt;=9.0.0,&lt;10.0.0 ([#12](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/12)) ([861c44f](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/861c44f3c0a9e2eb1861beb4b0dcea1f02180ccc))

## [0.1.4](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.1.3...v0.1.4) (2023-12-08)


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.4"
version = "0.1.5"
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 127bedf

Please sign in to comment.