Skip to content

Commit

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


##
[1.0.1](v1.0.0...v1.0.1)
(2023-09-11)


### Bug Fixes

* adapt to API change in snakemake-interface-executor-plugins
([c56d011](c56d011))
* API usage
([14375f6](14375f6))
* mark submit_cmd as required
([cf13733](cf13733))

---
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 Sep 18, 2023
1 parent 14375f6 commit fba4221
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.1](https://github.com/snakemake/snakemake-executor-plugin-cluster-generic/compare/v1.0.0...v1.0.1) (2023-09-11)


### Bug Fixes

* adapt to API change in snakemake-interface-executor-plugins ([c56d011](https://github.com/snakemake/snakemake-executor-plugin-cluster-generic/commit/c56d011a86837637b1b1cf8eaf74fe9d9378f622))
* API usage ([14375f6](https://github.com/snakemake/snakemake-executor-plugin-cluster-generic/commit/14375f6a032a59f0509f48089f327845c840fa38))
* mark submit_cmd as required ([cf13733](https://github.com/snakemake/snakemake-executor-plugin-cluster-generic/commit/cf13733ae16682e5995a28e19cd51afd2cc1c4ef))

## 1.0.0 (2023-09-06)


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-cluster-generic"
version = "1.0.0"
version = "1.0.1"
description = ""
authors = ["Johannes Koester <johannes.koester@uni-due.de>"]
readme = "README.md"
Expand Down

0 comments on commit fba4221

Please sign in to comment.