File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.1.17] - 2026-01-18
6+
7+ ### ⚙️ Miscellaneous Tasks
8+
9+ - Fix tag name convention ([ #74 ] ( https://github.com/newfla/diffusion-rs/pull/74 ) )
10+
11+ <!-- generated by git-cliff -->
12+
513## [ 0.1.16] - 2026-01-14
614
715### 🚀 Features
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["sys", "cli"]
33
44[workspace .package ]
55authors = [" Flavio Bizzarri <fl.bizzarri@gmail.com>" ]
6- version = " 0.1.16 "
6+ version = " 0.1.17 "
77edition = " 2024"
88license = " MIT"
99repository = " https://github.com/newfla/diffusion-rs"
@@ -23,7 +23,7 @@ documentation = "https://docs.rs/diffusion-rs"
2323[dependencies ]
2424chrono.workspace = true
2525derive_builder = " 0.20.2"
26- diffusion-rs-sys = { path = " sys" , version = " 0.1.16 " }
26+ diffusion-rs-sys = { path = " sys" , version = " 0.1.17 " }
2727hf-hub = {version = " 0.4.2" , default-features = false , features = [" ureq" ]}
2828image = " 0.25.5"
2929libc = " 0.2.161"
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.1.17] - 2026-01-18
6+
7+ <!-- generated by git-cliff -->
8+
59## [ 0.1.16] - 2026-01-14
610
711### 🚀 Features
You can’t perform that action at this time.
0 commit comments