From 6932216fb7653b227f6c1227599298b3047b452b Mon Sep 17 00:00:00 2001 From: Flavio Bizzarri <33379291+newfla@users.noreply.github.com> Date: Sat, 21 Feb 2026 10:34:58 +0100 Subject: [PATCH] chore: release v0.1.19 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 4 ++-- sys/CHANGELOG.md | 12 ++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5994e..719a0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [0.1.19] - 2026-02-21 + +### 🚀 Features + +- Specialized fa for model only and global setting ([#81](https://github.com/newfla/diffusion-rs/pull/81)) +- Add a fresh collection of flux lora modifiers + +### 🐛 Bug Fixes + +- Dangling lora_t path pointer + +### ⚙️ Miscellaneous Tasks + +- Sync stable-diffusion.cpp dependency ([#82](https://github.com/newfla/diffusion-rs/pull/82)) +- Removed unused CLibPathVec and avoided rewrapping PathBuf to Path + + + ## [0.1.18] - 2026-01-26 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index fb52031..7459270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["sys", "cli"] [workspace.package] authors = ["Flavio Bizzarri "] -version = "0.1.18" +version = "0.1.19" 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.18" } +diffusion-rs-sys = { path = "sys", version = "0.1.19" } 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 2678aea..4ef077d 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.1.19] - 2026-02-21 + +### 🚀 Features + +- Specialized fa for model only and global setting ([#81](https://github.com/newfla/diffusion-rs/pull/81)) + +### ⚙️ Miscellaneous Tasks + +- Sync stable-diffusion.cpp dependency ([#82](https://github.com/newfla/diffusion-rs/pull/82)) + + + ## [0.1.18] - 2026-01-26 ### 🚀 Features