Skip to content

Commit 15e1b68

Browse files
authored
Merge pull request #80 from newfla/release-plz-2026-01-26T10-26-11Z
chore: release v0.1.19
2 parents 5bb41e5 + 6d6b9f0 commit 15e1b68

3 files changed

Lines changed: 41 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.1.19] - 2026-03-01
6+
7+
### 🚀 Features
8+
9+
- Specialized fa for model only and global setting ([#81](https://github.com/newfla/diffusion-rs/pull/81))
10+
- Add a fresh collection of flux lora modifiers
11+
- Anima-preview model support
12+
- Support some non-standard Anima weight names
13+
14+
### 🐛 Bug Fixes
15+
16+
- Dangling lora_t path pointer
17+
- Quality degradation
18+
19+
### ⚙️ Miscellaneous Tasks
20+
21+
- Sync stable-diffusion.cpp dependency ([#82](https://github.com/newfla/diffusion-rs/pull/82))
22+
- Removed unused CLibPathVec and avoided rewrapping PathBuf to Path
23+
24+
<!-- generated by git-cliff -->
25+
526
## [0.1.18] - 2026-01-26
627

728
### 🚀 Features

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.18"
6+
version = "0.1.19"
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.18" }
26+
diffusion-rs-sys = { path = "sys", version = "0.1.19" }
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## [0.1.19] - 2026-03-01
6+
7+
### 🚀 Features
8+
9+
- Specialized fa for model only and global setting ([#81](https://github.com/newfla/diffusion-rs/pull/81))
10+
- Anima-preview model support
11+
- Support some non-standard Anima weight names
12+
13+
### 🐛 Bug Fixes
14+
15+
- Quality degradation
16+
17+
### ⚙️ Miscellaneous Tasks
18+
19+
- Sync stable-diffusion.cpp dependency ([#82](https://github.com/newfla/diffusion-rs/pull/82))
20+
21+
<!-- generated by git-cliff -->
22+
523
## [0.1.18] - 2026-01-26
624

725
### 🚀 Features

0 commit comments

Comments
 (0)