From 9479f5f4f531a6fb9db166a28de531e76bb86e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Wed, 7 Sep 2022 13:01:19 +0200 Subject: [PATCH] Version 6.0.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa63700..d3a3ca71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Next +### Version 6.0.1 - [Bugfix] Fix an issue where Zopfli mode could generate corrupt images diff --git a/Cargo.toml b/Cargo.toml index 4af064d7..d0c8f13e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" -version = "6.0.0" +version = "6.0.1" rust-version = "1.57.0" [badges]