Skip to content

Commit

Permalink
chore(main): release 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
1 parent 9f403b9 commit 176a332
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.11.4",
".": "1.11.5",
"packages": {
".": {
"extra-files": [
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.11.5](https://github.com/CHIMEFRB/workflow/compare/v1.11.4...v1.11.5) (2025-01-21)


### Bug Fixes

* **configure.py:** Add suppport for lists in functions that use Click CLI ([03d14f1](https://github.com/CHIMEFRB/workflow/commit/03d14f129b44eba255c2080de3c3da1522023d5b))
* **configure.py:** Fix previous bug introduced because of no longer using equals sign between argument and value for long options ([9f403b9](https://github.com/CHIMEFRB/workflow/commit/9f403b901fb7aa1ec9e1930fcf89ad21450ea7db))

## [1.11.4](https://github.com/CHIMEFRB/workflow/compare/v1.11.3...v1.11.4) (2024-11-06)


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 = "workflow.core"
version = "1.11.4"
version = "1.11.5"
description = "Workflow Core"
authors = ["Shiny Brar <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 176a332

Please sign in to comment.