Skip to main content

Add a changelog entry for animated WebP

ID
8e58bb2
date
2024-09-04 07:52:59+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
b5b2adf
message
Add a changelog entry for animated WebP
changed files
3 files, 7 additions, 2 deletions

Changed files

CHANGELOG.md (1698) → CHANGELOG.md (1844)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29b861c..f36415e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Changelog
 
+## v1.3.0 - 2024-09-04
+
+*   Add support for animated WebP images.
+*   Improve the error messages, especially when dealing with malformed images.
+
 ## v1.2.0 - 2024-05-12
 
 Two new features:

Cargo.lock (17859) → Cargo.lock (17859)

diff --git a/Cargo.lock b/Cargo.lock
index 223224a..0cb44fa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -213,7 +213,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dominant_colours"
-version = "1.2.0"
+version = "1.3.0"
 dependencies = [
  "assert_cmd",
  "clap",

Cargo.toml (479) → Cargo.toml (479)

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