Skip to content

Commit

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


##
[1.15.1](v1.15.0...v1.15.1)
(2024-01-15)


### Bug Fixes

* do not set metavar in case of boolean CLI args (aka flags)
([#35](#35))
([c0fb61a](c0fb61a))

---
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 Jan 16, 2024
1 parent c0fb61a commit c7c02a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.0"
version = "1.15.1"
description = "Common functions and classes for Snakemake and its plugins"
authors = ["Johannes Koester <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c7c02a3

Please sign in to comment.