Skip to content

Commit

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


##
[0.2.1](v0.2.0...v0.2.1)
(2023-09-11)


### Bug Fixes

* add snakemake-interface-common as dependency
([05074f8](05074f8))
* update skeleton tp latest changes in
snakemake-interface-executor-plugins
([b69f552](b69f552))


### Documentation

* add information about env var specification
([a9827f8](a9827f8))
* init_sleep_seconds
([f629cc0](f629cc0))
* mention self.next_sleep_seconds
([e605a6b](e605a6b))
* update skeleton
([9ccff06](9ccff06))

---
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] authored Sep 11, 2023
1 parent 9ccff06 commit d972ed3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.1](https://github.com/snakemake/poetry-snakemake-plugin/compare/v0.2.0...v0.2.1) (2023-09-11)


### Bug Fixes

* add snakemake-interface-common as dependency ([05074f8](https://github.com/snakemake/poetry-snakemake-plugin/commit/05074f8bb1cb52ba3470720fba94880976b67c79))
* update skeleton tp latest changes in snakemake-interface-executor-plugins ([b69f552](https://github.com/snakemake/poetry-snakemake-plugin/commit/b69f552c2d44e3617ea9b48279d21e586c687af1))


### Documentation

* add information about env var specification ([a9827f8](https://github.com/snakemake/poetry-snakemake-plugin/commit/a9827f820b604af8937c8b994ad8be1a14738119))
* init_sleep_seconds ([f629cc0](https://github.com/snakemake/poetry-snakemake-plugin/commit/f629cc036e4ce3df5ff8ac4aef543003febff80b))
* mention self.next_sleep_seconds ([e605a6b](https://github.com/snakemake/poetry-snakemake-plugin/commit/e605a6b4b9ecdb0e1ab9f957b5ac3b01e9f1a68d))
* update skeleton ([9ccff06](https://github.com/snakemake/poetry-snakemake-plugin/commit/9ccff063249062299e87606fe882814e434a0b9a))

## [0.2.0](https://github.com/snakemake/poetry-snakemake-plugin/compare/v0.1.1...v0.2.0) (2023-09-07)


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 = "poetry-snakemake-plugin"
version = "0.2.0"
version = "0.2.1"
description = "A plugin for poetry that adds Snakemake-specific functionality."
authors = ["Johannes Koester <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d972ed3

Please sign in to comment.