Skip to content

Commit b790fa0

Browse files
committed
Add a changelog entry; bump the version
1 parent 30cdfd7 commit b790fa0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.2.0 - 2024-05-12
4+
5+
Two new features:
6+
7+
* Add support for WebP images.
8+
* Add an experimental new flag `--best-against-bg=[HEX_COLOUR]` that will print the single colour which will look best against this background.
9+
310
## v1.1.9 - 2024-05-12
411

512
Bump the version of all the dependency libraries, and try to get the release process working again.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dominant_colours"
3-
version = "1.1.9"
3+
version = "1.2.0"
44
edition = "2018"
55

66
[dependencies]

0 commit comments

Comments
 (0)