From ee87ac74897ad41efa94d013d0fde1cde540145e Mon Sep 17 00:00:00 2001 From: karurochari Date: Fri, 16 Aug 2024 16:29:39 +0000 Subject: [PATCH] v0.1.5 --- TODO.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 6b0f796..b871e7d 100644 --- a/TODO.md +++ b/TODO.md @@ -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 @@ -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. diff --git a/package.json b/package.json index bdc7ab9..799a70f 100644 --- a/package.json +++ b/package.json @@ -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",