Skip to content

Commit ef6006d

Browse files
authored
chore: release v0.1.18 (#77)
1 parent a4f73f9 commit ef6006d

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.18] - 2026-01-26
6+
7+
### 🚀 Features
8+
9+
- Segmind vega support and preset ([#78](https://github.com/newfla/diffusion-rs/pull/78))
10+
11+
### ⚡ Performance
12+
13+
- Remove clip on cpu workaround for metal backend ([#79](https://github.com/newfla/diffusion-rs/pull/79))
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- Workflow dispatch for release-plz
18+
19+
<!-- generated by git-cliff -->
20+
521
## [0.1.17] - 2026-01-18
622

723
### ⚙️ Miscellaneous Tasks

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["sys", "cli"]
33

44
[workspace.package]
55
authors = ["Flavio Bizzarri <fl.bizzarri@gmail.com>"]
6-
version = "0.1.17"
6+
version = "0.1.18"
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/newfla/diffusion-rs"
@@ -23,7 +23,7 @@ documentation = "https://docs.rs/diffusion-rs"
2323
[dependencies]
2424
chrono.workspace = true
2525
derive_builder = "0.20.2"
26-
diffusion-rs-sys = { path = "sys", version = "0.1.17" }
26+
diffusion-rs-sys = { path = "sys", version = "0.1.18" }
2727
hf-hub = {version = "0.4.2", default-features = false, features = ["ureq"]}
2828
image = "0.25.5"
2929
libc = "0.2.161"

sys/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.18] - 2026-01-26
6+
7+
### 🚀 Features
8+
9+
- Segmind vega support and preset ([#78](https://github.com/newfla/diffusion-rs/pull/78))
10+
11+
### ⚡ Performance
12+
13+
- Remove clip on cpu workaround for metal backend ([#79](https://github.com/newfla/diffusion-rs/pull/79))
14+
15+
<!-- generated by git-cliff -->
16+
517
## [0.1.17] - 2026-01-18
618

719
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)