Skip to content

Commit

Permalink
Merge branch 'main' of github.com:snakemake/snakemake-interface-common
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Feb 2, 2024
2 parents 6f8e289 + 203268e commit 10d38c8
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 10d38c8

Please sign in to comment.