From aceeafca8e7604b6e2a0bece23db174f471d2ebb Mon Sep 17 00:00:00 2001 From: Anthony Wu <462072+anthonywu@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:25:52 -0700 Subject: [PATCH] Update CHANGELOG.md for 0.9.3 (#236) Co-authored-by: Anthony Wu --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0fd7b..d8f1130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.3] - 2025-07-08 + +### 😖 Revert "Offline Resilience" change + +On a "cold start" where user has not previously downloaded the requested model, the workflow does not successfully request the download of all the expected files, blocking the image generation workflow for first time users. The feature will be re-evaluated carefully after this hot fix. + ## [0.9.2] - 2025-07-08 # MFLUX v0.9.2 Release Notes @@ -552,4 +558,4 @@ Previously saved quantized models will not work for v.0.6.0 and later. See #149 ### 📦 Distribution - Official packaging and distribution through PyPI - Simplified installation process for end users -- Professional project structure and naming \ No newline at end of file +- Professional project structure and naming