Skip to content

Commit

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


##
[0.1.1](v0.1.0...v0.1.1)
(2023-11-20)


### Bug Fixes

* adapt to API changes
([d48ce16](d48ce16))
* adapt to interface changes
([b7f3219](b7f3219))

---
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 Nov 20, 2023
1 parent 951cbda commit d28698c
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.1](https://github.com/snakemake/snakemake-executor-plugin-cluster-sync/compare/v0.1.0...v0.1.1) (2023-11-20)


### Bug Fixes

* adapt to API changes ([d48ce16](https://github.com/snakemake/snakemake-executor-plugin-cluster-sync/commit/d48ce160411773a654e3906f3cdfa3aa437b55ec))
* adapt to interface changes ([b7f3219](https://github.com/snakemake/snakemake-executor-plugin-cluster-sync/commit/b7f3219899e3713493eeece9ddd4e960a2aba436))

## 0.1.0 (2023-09-20)


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-sync"
version = "0.1.0"
version = "0.1.1"
description = "A Snakemake executor plugin for cluster jobs that are executed synchronously."
authors = ["Johannes Koester <johannes.koester@uni-due.de>"]
readme = "README.md"
Expand Down

0 comments on commit d28698c

Please sign in to comment.