Skip to content

Commit 26a57b9

Browse files
committed
new version
1 parent 6c3f97c commit 26a57b9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 1.1.0
2+
3+
- replace the `clamp!` macro with the `clamp` function (https://github.com/image-rs/color_quant/pull/8)
4+
- Unify with `image::math::nq` as per https://github.com/image-rs/image/issues/1338 (https://github.com/image-rs/color_quant/pull/10)
5+
- A new method `lookup` from image::math::nq is added
6+
- more references in docs
7+
- some syntax improvements and better names for functions borrowed from `image::math::nq`

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "color_quant"
33
license = "MIT"
4-
version = "1.0.1"
4+
version = "1.1.0"
55
authors = ["nwin <[email protected]>"]
66
readme = "README.md"
77
description = "Color quantization library to reduce n colors to 256 colors."
8-
repository = "https://github.com/PistonDevelopers/color_quant.git"
8+
repository = "https://github.com/image-rs/color_quant.git"

0 commit comments

Comments
 (0)