From 22e159102e35266f2971cd400aa2ba6554cd940e Mon Sep 17 00:00:00 2001 From: Flavio Bizzarri <33379291+newfla@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:44:07 +0100 Subject: [PATCH] chore: release v0.1.5 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 4 ++-- sys/CHANGELOG.md | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e2093..2641c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.5] - 2025-01-14 + +### 🚀 Features + +- Flux mini preset (#22) + + ## [0.1.4] - 2024-12-28 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 157f29d..41f124d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["sys"] resolver = "2" [workspace.package] -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" repository = "https://github.com/newfla/diffusion-rs" @@ -22,7 +22,7 @@ documentation = "https://docs.rs/diffusion-rs" [dependencies] derive_builder = "0.20.2" -diffusion-rs-sys = { path = "sys", version = "0.1.4" } +diffusion-rs-sys = { path = "sys", version = "0.1.5" } hf-hub = "0.4.0" libc = "0.2.161" num_cpus = "1.16.0" diff --git a/sys/CHANGELOG.md b/sys/CHANGELOG.md index 47e0d64..75abbce 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. + ## [0.1.4] - 2024-12-28 ### ⚙️ Miscellaneous Tasks