Skip to content

Commit 9ed7582

Browse files
committed
v0.7.0
1 parent ff6a20d commit 9ed7582

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

okolors-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "okolors-bin"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Ivordir <Ivordir@pm.me>"]
55
edition = "2021"
66
description = "Create color palettes from images by performing k-means clustering in the Oklab color space."

okolors/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# v0.7.0
4+
- External crates that have types present in `okolors`'s public API are now reexported (`palette` and `image`).
5+
- Types from `quantette` that are in the public API are also now reexported.
6+
- Bumped `image` version to `0.25.0`.
7+
8+
## Breaking changes
9+
Removed the `{color}_palette_par` functions in favor of the `Okolors::parallel` function.
10+
311
# v0.6.0
412

513
- Added a `Okolors::sort_by_frequency` function which will sort the colors in the returned palette by ascending frequency (the number of pixels corresponding to the palette color).

okolors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "okolors"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Ivordir <Ivordir@pm.me>"]
55
edition = "2021"
66
description = "Create color palettes from images by performing k-means clustering in the Oklab color space."

0 commit comments

Comments
 (0)