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: