Skip to main content

Add a changelog entry; bump the version

ID
b790fa0
date
2024-05-12 13:03:54+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
30cdfd7
message
Add a changelog entry; bump the version
changed files
3 files, 9 additions, 2 deletions

Changed files

CHANGELOG.md (1475) → CHANGELOG.md (1698)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8fa9caa..29b861c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## v1.2.0 - 2024-05-12
+
+Two new features:
+
+*   Add support for WebP images.
+*   Add an experimental new flag `--best-against-bg=[HEX_COLOUR]` that will print the single colour which will look best against this background.
+
 ## v1.1.9 - 2024-05-12
 
 Bump the version of all the dependency libraries, and try to get the release process working again.

Cargo.lock (16805) → Cargo.lock (16805)

diff --git a/Cargo.lock b/Cargo.lock
index 5d170eb..be8de0f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -196,7 +196,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dominant_colours"
-version = "1.1.9"
+version = "1.2.0"
 dependencies = [
  "assert_cmd",
  "clap",

Cargo.toml (424) → Cargo.toml (424)

diff --git a/Cargo.toml b/Cargo.toml
index f7f467e..b7a524c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dominant_colours"
-version = "1.1.9"
+version = "1.2.0"
 edition = "2018"
 
 [dependencies]