Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivordir committed Jul 3, 2024
1 parent 0259436 commit f59a5f9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion okolors-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "okolors-bin"
version = "0.7.0"
version = "0.8.0"
authors = ["Ivordir <[email protected]>"]
edition = "2021"
description = "Create color palettes from images by performing k-means clustering in the Oklab color space."
Expand Down
10 changes: 10 additions & 0 deletions okolors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# v0.8.0

## Breaking
- Methods on the `Okolors` builder struct now take references to `self` instead of owned `self`s.

## Other
- `Okolors::palette_size` now takes `impl Into<PaletteSize>` instead of just `PaletteSize`.
- Added re-exports for constants from `quantette`.
- Updated/expanded documentation.

# v0.7.0
- External crates that have types present in `okolors`'s public API are now reexported (`palette` and `image`).
- Types from `quantette` that are in the public API are also now reexported.
Expand Down
2 changes: 1 addition & 1 deletion okolors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "okolors"
version = "0.7.0"
version = "0.8.0"
authors = ["Ivordir <[email protected]>"]
edition = "2021"
description = "Create color palettes from images by performing k-means clustering in the Oklab color space."
Expand Down

0 comments on commit f59a5f9

Please sign in to comment.