Skip to content

Commit

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


##
[1.15.2](v1.15.1...v1.15.2)
(2024-01-23)


### Bug Fixes

* better error message for missing plugin args
([d233f4f](d233f4f))
* properly handle tagged storage if only default settings are provided
([f59aa18](f59aa18))

---
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 Jan 23, 2024
1 parent f59aa18 commit 203268e
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

## [1.15.2](https://github.com/snakemake/snakemake-interface-common/compare/v1.15.1...v1.15.2) (2024-01-23)


### Bug Fixes

* better error message for missing plugin args ([d233f4f](https://github.com/snakemake/snakemake-interface-common/commit/d233f4fadd91a74829b45163f72a84debe9d77f8))
* properly handle tagged storage if only default settings are provided ([f59aa18](https://github.com/snakemake/snakemake-interface-common/commit/f59aa18c2dee0b16700bfb44a49ba33477e222fa))

## [1.15.1](https://github.com/snakemake/snakemake-interface-common/compare/v1.15.0...v1.15.1) (2024-01-15)


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.15.1"
version = "1.15.2"
description = "Common functions and classes for Snakemake and its plugins"
authors = ["Johannes Koester <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 203268e

Please sign in to comment.