Skip to content

Commit

Permalink
chore: release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
newfla authored Jan 14, 2025
1 parent 7fd184b commit 22e1591
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.1.5] - 2025-01-14

### 🚀 Features

- Flux mini preset (#22)

<!-- generated by git-cliff -->
## [0.1.4] - 2024-12-28

### 🚀 Features
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"]
resolver = "2"

[workspace.package]
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT"
repository = "https://github.com/newfla/diffusion-rs"
Expand All @@ -22,7 +22,7 @@ documentation = "https://docs.rs/diffusion-rs"

[dependencies]
derive_builder = "0.20.2"
diffusion-rs-sys = { path = "sys", version = "0.1.4" }
diffusion-rs-sys = { path = "sys", version = "0.1.5" }
hf-hub = "0.4.0"
libc = "0.2.161"
num_cpus = "1.16.0"
Expand Down
1 change: 1 addition & 0 deletions sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

<!-- generated by git-cliff -->
## [0.1.4] - 2024-12-28

### ⚙️ Miscellaneous Tasks
Expand Down

0 comments on commit 22e1591

Please sign in to comment.