diff --git a/CHANGELOG.md b/CHANGELOG.md index d094c8a..fceb5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.1.17] - 2026-01-18 + +### ⚙️ Miscellaneous Tasks + +- Fix tag name convention ([#74](https://github.com/newfla/diffusion-rs/pull/74)) + + + ## [0.1.16] - 2026-01-14 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index aa6518b..10b07ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["sys", "cli"] [workspace.package] authors = ["Flavio Bizzarri "] -version = "0.1.16" +version = "0.1.17" 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.16" } +diffusion-rs-sys = { path = "sys", version = "0.1.17" } 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 92d1581..aab8aed 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.1.17] - 2026-01-18 + + + ## [0.1.16] - 2026-01-14 ### 🚀 Features