Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
karurochari committed Aug 16, 2024
1 parent 0757e53 commit ee87ac7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Upcoming

## Needed for release 0.1.5
## Needed for release 0.1.7

- [ ] Fix `upload_mask`, as the logic behind the `original_ref` handling is totally wrong.
- [ ] Better error handling when workflows fail (and related tests)

## Needed for release 0.2.1
Expand Down Expand Up @@ -34,3 +33,7 @@

- [x] Utility functions to automatically collect artifacts and upload resources.
- [x] Add tests for the automatic functions

## Needed for release 0.1.5

- [x] Fix `upload_mask`, as the logic behind the `original_ref` handling is totally wrong.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"module": "index.ts",
"type": "module",
"license": "BSD-3-Clause",
"version": "0.1.4",
"version": "0.1.5",
"description": "Wrapper for the REST endpoints of a comfyui instance & some quality of life utils.",
"author": {
"name": "karurochari",
Expand Down

0 comments on commit ee87ac7

Please sign in to comment.