Skip to content

Commit 24e2956

Browse files
committed
Bump
1 parent ca16a5c commit 24e2956

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
version 4.4
2+
-----------
3+
- palette quality improvements
4+
- Histogram::from_palette convenience method
5+
6+
version 4.3
7+
-----------
8+
- code quality and performance improvements
9+
- copyable Image object
10+
111
version 4.2
212
-----------
313
- rewritten and improved handling of fixed palette colors

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imagequant"
3-
version = "4.4.0"
3+
version = "4.4.1"
44
description = "Convert 24/32-bit images to 8-bit palette with alpha channel.\nFor lossy PNG compression and high-quality GIF images\nDual-licensed like pngquant. See https://pngquant.org for details."
55
authors = ["Kornel Lesiński <[email protected]>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)