Skip to content

Commit

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


##
[1.9.0](v1.8.0...v1.9.0)
(2023-09-26)


### Features

* implemented support for tagged plugin settings
([57bf443](57bf443))


### Bug Fixes

* improved error handling for tagged settings
([02c67b3](02c67b3))

---
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 26, 2023
1 parent 5bf40cf commit aac27f7
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

## [1.9.0](https://github.com/snakemake/snakemake-interface-common/compare/v1.8.0...v1.9.0) (2023-09-26)


### Features

* implemented support for tagged plugin settings ([57bf443](https://github.com/snakemake/snakemake-interface-common/commit/57bf443786c2a94c1eb4c409139e7f86f94c8eae))


### Bug Fixes

* improved error handling for tagged settings ([02c67b3](https://github.com/snakemake/snakemake-interface-common/commit/02c67b3015819ae030fc265fa1e6a8e6ba40e052))

## [1.8.0](https://github.com/snakemake/snakemake-interface-common/compare/v1.7.3...v1.8.0) (2023-09-22)


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-interface-common"
version = "1.8.0"
version = "1.9.0"
description = "Common functions and classes for Snakemake and its plugins"
authors = ["Johannes Koester <johannes.koester@uni-due.de>"]
readme = "README.md"
Expand Down

0 comments on commit aac27f7

Please sign in to comment.