From 70a1d31ec5719da10c6eb8163ed4283747d56f7c Mon Sep 17 00:00:00 2001 From: Kornel Date: Tue, 23 Jan 2024 01:17:14 +0000 Subject: [PATCH] Bump --- Cargo.toml | 2 +- Changes.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 656e643..1544c4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gif" license = "MIT/Apache-2.0" -version = "0.13.0" +version = "0.13.1" description = "GIF de- and encoder" authors = ["The image-rs Developers"] readme = "README.md" diff --git a/Changes.md b/Changes.md index ff67e81..0eb3ea0 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,8 @@ +# v0.13.1 + +Bugfixes: + - Fixed writing palettes with non-power-of-two sizes + # v0.13.0 Features: