From a7ae12575899fcf9f4eefc0f815d59a82ea40e66 Mon Sep 17 00:00:00 2001 From: Flavio Bizzarri <33379291+newfla@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:05:19 +0100 Subject: [PATCH] chore: release v0.1.20 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 4 ++-- sys/CHANGELOG.md | 9 +++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfae5b..f044419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.1.20] - 2026-03-19 + +### 🚀 Features + +- Added cache option to cli +- Unet spectrum caching support +- Anima preview 2 preset +- Added DiT support to spectrum cache +- Added Q8.0 variant for sdxs512DS + +### 🐛 Bug Fixes + +- Scm mask +- Fixed scm mask pointer address + + + ## [0.1.19] - 2026-03-01 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 7459270..15cf1cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["sys", "cli"] [workspace.package] authors = ["Flavio Bizzarri "] -version = "0.1.19" +version = "0.1.20" 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.19" } +diffusion-rs-sys = { path = "sys", version = "0.1.20" } 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 7794ba1..a34aa87 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.1.20] - 2026-03-19 + +### 🚀 Features + +- Unet spectrum caching support +- Added DiT support to spectrum cache + + + ## [0.1.19] - 2026-03-01 ### 🚀 Features