From 3d63108ce3bc3ce8803ebe88070ae0160fb1baf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:36:02 +0200 Subject: [PATCH] chore(main): release 1.17.4 (#53) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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> --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c30e1..9b2e265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 9d2b673..febe968 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"