Skip to content

Commit dd0dc24

Browse files
committed
Merge branch 'release/0.4.1'
2 parents e1f59e9 + 899ff72 commit dd0dc24

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.4.1
2+
---
3+
4+
### New Feature
5+
6+
1. Support [Comfy-Org/comfy-cli](https://github.com/Comfy-Org/comfy-cli)
7+
18
0.4.0
29
---
310

@@ -10,7 +17,7 @@
1017
1. Remove "prompt_id" judgment from ExecutionTime. (Compatible with `ComfyUI-Workflow-Component`)
1118

1219
> ComfyUI-Workflow-Component will repeatedly call "execution_start"
13-
with different "prompt_id" in the component.
20+
with different "prompt_id" in the component.
1421

1522
0.3.0
1623
---

__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-dev-utils"
33
description = "Execution Time Analysis, Reroute Enhancement, Node collection for developers."
4-
version = "1.0.0"
4+
dynamic = "0.4.1"
55
license = "LICENSE"
66
dependencies = ["aiohttp-sse"]
77

@@ -10,6 +10,6 @@ Repository = "https://github.com/ty0x2333/ComfyUI-Dev-Utils"
1010
# Used by Comfy Registry https://comfyregistry.org
1111

1212
[tool.comfy]
13-
PublisherId = ""
13+
PublisherId = "ty0x2333"
1414
DisplayName = "ComfyUI-Dev-Utils"
1515
Icon = ""

0 commit comments

Comments
 (0)