Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [0.1.18] - 2026-01-26

### πŸš€ Features

- Segmind vega support and preset ([#78](https://github.com/newfla/diffusion-rs/pull/78))

### ⚑ Performance

- Remove clip on cpu workaround for metal backend ([#79](https://github.com/newfla/diffusion-rs/pull/79))

### βš™οΈ Miscellaneous Tasks

- Workflow dispatch for release-plz

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

## [0.1.17] - 2026-01-18

### βš™οΈ Miscellaneous Tasks
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["sys", "cli"]

[workspace.package]
authors = ["Flavio Bizzarri <fl.bizzarri@gmail.com>"]
version = "0.1.17"
version = "0.1.18"
edition = "2024"
license = "MIT"
repository = "https://github.com/newfla/diffusion-rs"
Expand All @@ -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"
Expand Down
12 changes: 12 additions & 0 deletions sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.1.18] - 2026-01-26

### πŸš€ Features

- Segmind vega support and preset ([#78](https://github.com/newfla/diffusion-rs/pull/78))

### ⚑ Performance

- Remove clip on cpu workaround for metal backend ([#79](https://github.com/newfla/diffusion-rs/pull/79))

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

## [0.1.17] - 2026-01-18

<!-- generated by git-cliff -->
Expand Down