Skip to content

Commit

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


##
[0.4.0](v0.3.4...v0.4.0)
(2024-02-16)


### Features

* support for report plugins
([#18](#18))
([91da3d3](91da3d3))


### Bug Fixes

* python version order and CI scaffold
([#9](#9))
([f5f7250](f5f7250))

---
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 Feb 16, 2024
1 parent f5f7250 commit e220eda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/snakemake/poetry-snakemake-plugin/compare/v0.3.4...v0.4.0) (2024-02-16)


### Features

* support for report plugins ([#18](https://github.com/snakemake/poetry-snakemake-plugin/issues/18)) ([91da3d3](https://github.com/snakemake/poetry-snakemake-plugin/commit/91da3d3d4c992eb48dcd3a350717388dfc97a57b))


### Bug Fixes

* python version order and CI scaffold ([#9](https://github.com/snakemake/poetry-snakemake-plugin/issues/9)) ([f5f7250](https://github.com/snakemake/poetry-snakemake-plugin/commit/f5f725065bf2fb056ebc4fcfb3efa04a7489bb40))

## [0.3.4](https://github.com/snakemake/poetry-snakemake-plugin/compare/v0.3.3...v0.3.4) (2023-12-12)


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

0 comments on commit e220eda

Please sign in to comment.