From c7c02a31d13e2d5314410fd966e69ccf01895cd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:25:28 +0100 Subject: [PATCH] chore(main): release 1.15.1 (#36) :robot: I have created a release *beep* *boop* --- ## [1.15.1](https://github.com/snakemake/snakemake-interface-common/compare/v1.15.0...v1.15.1) (2024-01-15) ### Bug Fixes * do not set metavar in case of boolean CLI args (aka flags) ([#35](https://github.com/snakemake/snakemake-interface-common/issues/35)) ([c0fb61a](https://github.com/snakemake/snakemake-interface-common/commit/c0fb61a7f3b74b5778e8da3d612d41afcc280a5c)) --- 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 | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d42715e..937fe20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.1](https://github.com/snakemake/snakemake-interface-common/compare/v1.15.0...v1.15.1) (2024-01-15) + + +### Bug Fixes + +* do not set metavar in case of boolean CLI args (aka flags) ([#35](https://github.com/snakemake/snakemake-interface-common/issues/35)) ([c0fb61a](https://github.com/snakemake/snakemake-interface-common/commit/c0fb61a7f3b74b5778e8da3d612d41afcc280a5c)) + ## [1.15.0](https://github.com/snakemake/snakemake-interface-common/compare/v1.14.5...v1.15.0) (2023-12-08) diff --git a/pyproject.toml b/pyproject.toml index fc4dcba..51c85de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-interface-common" -version = "1.15.0" +version = "1.15.1" description = "Common functions and classes for Snakemake and its plugins" authors = ["Johannes Koester "] readme = "README.md"