Skip to content

Commit

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


##
[1.17.4](v1.17.3...v1.17.4)
(2024-10-04)


### Bug Fixes

* do not check for exactly one plugin in registry tests
([#54](#54))
([755e64e](755e64e))
* return str placeholder in settings info if default value of setting is
a callable
([#52](#52))
([0f26fe3](0f26fe3))

---
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 Oct 4, 2024
1 parent 755e64e commit 3d63108
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.4](https://github.com/snakemake/snakemake-interface-common/compare/v1.17.3...v1.17.4) (2024-10-04)


### Bug Fixes

* do not check for exactly one plugin in registry tests ([#54](https://github.com/snakemake/snakemake-interface-common/issues/54)) ([755e64e](https://github.com/snakemake/snakemake-interface-common/commit/755e64eb182ffa97f23f3b77566703b61c346dea))
* return str placeholder in settings info if default value of setting is a callable ([#52](https://github.com/snakemake/snakemake-interface-common/issues/52)) ([0f26fe3](https://github.com/snakemake/snakemake-interface-common/commit/0f26fe3bbe9d72f909c19fd9b013bbb48b68c2f6))

## [1.17.3](https://github.com/snakemake/snakemake-interface-common/compare/v1.17.2...v1.17.3) (2024-08-14)


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.3"
version = "1.17.4"
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 3d63108

Please sign in to comment.