diff --git a/CHANGELOG.md b/CHANGELOG.md index fceb5e1..0d00660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.1.18] - 2026-01-19 + +### 🚀 Features + +- Segmind vega support and preset ([#78](https://github.com/newfla/diffusion-rs/pull/78)) + +### ⚙️ Miscellaneous Tasks + +- Workflow dispatch for release-plz + + + ## [0.1.17] - 2026-01-18 ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 10b07ec..fb52031 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["sys", "cli"] [workspace.package] authors = ["Flavio Bizzarri "] -version = "0.1.17" +version = "0.1.18" 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.17" } +diffusion-rs-sys = { path = "sys", version = "0.1.18" } 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 aab8aed..6eae2b2 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.1.18] - 2026-01-19 + +### 🚀 Features + +- Segmind vega support and preset ([#78](https://github.com/newfla/diffusion-rs/pull/78)) + + + ## [0.1.17] - 2026-01-18