Skip to content

Commit bc75993

Browse files
chore(main): release 1.11.1 (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cdb1644 commit bc75993

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.0",
2+
".": "1.11.1",
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.1](https://github.com/CHIMEFRB/workflow/compare/v1.11.0...v1.11.1) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **configure.py:** lifecycle/configure.py's defaults/arguments functions, does not work for [@click](https://github.com/click).argument types ([196d8fe](https://github.com/CHIMEFRB/workflow/commit/196d8fe926d426410551ae4c0b270bcfccc811b1))
9+
* **http/buckets.py:** increasing retry time on delete_ids ([#133](https://github.com/CHIMEFRB/workflow/issues/133)) ([cdb1644](https://github.com/CHIMEFRB/workflow/commit/cdb16444f5fad309cfe889992fb6b50b10546f50))
10+
311
## [1.11.0](https://github.com/CHIMEFRB/workflow/compare/v1.10.0...v1.11.0) (2024-09-11)
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.0"
3+
version = "1.11.1"
44
description = "Workflow Core"
55
authors = ["Shiny Brar <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)