From c52457f0c2890659287f4dcac1f242b0c450e0dd Mon Sep 17 00:00:00 2001 From: Flavio Bizzarri <33379291+newfla@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:29:36 +0200 Subject: [PATCH] chore: release v0.1.21 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 4 ++-- sys/CHANGELOG.md | 10 ++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85def2..cb3e976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.1.21] - 2026-06-26 + +### 🚀 Features + +- Support backend-specific max-vram budgets +- Flutter gui ([#119](https://github.com/newfla/diffusion-rs/pull/119)) +- Add eager loading of parameters ([#120](https://github.com/newfla/diffusion-rs/pull/120)) +- Krea2 & boogu preset support ([#121](https://github.com/newfla/diffusion-rs/pull/121)) + +### 🐛 Bug Fixes + +- Max vram default value on macos + + + ## [0.1.20] - 2026-06-15 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 677b602..81b681b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["sys", "cli"] [workspace.package] authors = ["Flavio Bizzarri "] -version = "0.1.20" +version = "0.1.21" edition = "2024" license = "MIT" repository = "https://github.com/newfla/diffusion-rs" @@ -23,7 +23,7 @@ documentation = "https://docs.rs/diffusion-rs" [dependencies] chrono.workspace = true derive_builder = "0.20.2" -diffusion-rs-sys = { path = "sys", version = "0.1.20" } +diffusion-rs-sys = { path = "sys", version = "0.1.21" } hf-hub = { version = "0.4.2", default-features = false, features = ["ureq"] } image = "0.25.5" libc = "0.2.161" diff --git a/sys/CHANGELOG.md b/sys/CHANGELOG.md index f2e5f99..f8fb8fc 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.1.21] - 2026-06-26 + +### 🚀 Features + +- Support backend-specific max-vram budgets +- Add eager loading of parameters ([#120](https://github.com/newfla/diffusion-rs/pull/120)) +- Krea2 & boogu preset support ([#121](https://github.com/newfla/diffusion-rs/pull/121)) + + + ## [0.1.20] - 2026-06-15 ### 🚀 Features