Skip to content

Commit 176a332

Browse files
chore(main): release 1.11.5
1 parent 9f403b9 commit 176a332

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "1.11.4",
2+
".": "1.11.5",
33
"packages": {
44
".": {
55
"extra-files": [

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.11.5](https://github.com/CHIMEFRB/workflow/compare/v1.11.4...v1.11.5) (2025-01-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **configure.py:** Add suppport for lists in functions that use Click CLI ([03d14f1](https://github.com/CHIMEFRB/workflow/commit/03d14f129b44eba255c2080de3c3da1522023d5b))
9+
* **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))
10+
311
## [1.11.4](https://github.com/CHIMEFRB/workflow/compare/v1.11.3...v1.11.4) (2024-11-06)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "workflow.core"
3-
version = "1.11.4"
3+
version = "1.11.5"
44
description = "Workflow Core"
55
authors = ["Shiny Brar <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)