Skip to content

Commit

Permalink
Merge branch 'main' of github.com:snakemake/poetry-snakemake-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 23, 2023
2 parents 36dcc42 + d2665ba commit 75f37b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.1](https://github.com/snakemake/poetry-snakemake-plugin/compare/v0.3.0...v0.3.1) (2023-11-15)


### Bug Fixes

* update storage plugin template ([cabf4d8](https://github.com/snakemake/poetry-snakemake-plugin/commit/cabf4d850e24567a2aa3abaf7c14d257e4f2bf70))
* update template ([35c733d](https://github.com/snakemake/poetry-snakemake-plugin/commit/35c733d5597cff9dcb6fafd97dfb8c4c967df83b))
* update test template ([13037c7](https://github.com/snakemake/poetry-snakemake-plugin/commit/13037c7611bb9a87afbe495d00279502d9040a46))
* update test template ([175ac0a](https://github.com/snakemake/poetry-snakemake-plugin/commit/175ac0a9148b8c9526d21472165dc8dc7f7425e5))


### Documentation

* update comments in template ([c503631](https://github.com/snakemake/poetry-snakemake-plugin/commit/c5036311d9b979869c15819728ad7b43999ef340))

## [0.3.0](https://github.com/snakemake/poetry-snakemake-plugin/compare/v0.2.2...v0.3.0) (2023-10-17)


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.3.0"
version = "0.3.1"
description = "A plugin for poetry that adds Snakemake-specific functionality."
authors = ["Johannes Koester <johannes.koester@uni-due.de>"]
readme = "README.md"
Expand Down

0 comments on commit 75f37b5

Please sign in to comment.