Skip to content

Commit

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


##
[1.17.2](v1.17.1...v1.17.2)
(2024-04-11)


### Bug Fixes

* Add missing name field to InvalidPluginExceptions
([#46](#46))
([4f26d75](4f26d75))
* properly handle missing defaults in plugin settings
([f631c34](f631c34))

---
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] committed Apr 11, 2024
1 parent 4f26d75 commit 00bc4ca
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.17.2](https://github.com/snakemake/snakemake-interface-common/compare/v1.17.1...v1.17.2) (2024-04-11)


### Bug Fixes

* Add missing name field to InvalidPluginExceptions ([#46](https://github.com/snakemake/snakemake-interface-common/issues/46)) ([4f26d75](https://github.com/snakemake/snakemake-interface-common/commit/4f26d75da09bbad230a1e0f1b0c18fa5db90ca94))
* properly handle missing defaults in plugin settings ([f631c34](https://github.com/snakemake/snakemake-interface-common/commit/f631c34137e2bdd0cb5bfd4aaacd562804e5e15c))

## [1.17.1](https://github.com/snakemake/snakemake-interface-common/compare/v1.17.0...v1.17.1) (2024-02-21)


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.17.1"
version = "1.17.2"
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 00bc4ca

Please sign in to comment.