From dea23211ae6259007e068c59ab16929798d00d96 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Mon, 4 Jan 2021 16:12:57 -0500 Subject: [PATCH] Version 4.0.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c8999d..813a9bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Version 4.0.3 +- Bump itertools to 0.10.x +- Temporarily disable i686 releases, which were failing due to an odd linker issue, + so that at least amd64 builds will publish successfully + - This only relates to the releases published on Github. You can still manually compile oxipng for any platform. + ### Version 4.0.2 - Includes another update to libdeflater that improves support for targets without a C stdlib, like wasm32. diff --git a/Cargo.lock b/Cargo.lock index 22ac579a..62feb6e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "oxipng" -version = "4.0.2" +version = "4.0.3" dependencies = [ "bit-vec", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 15a57211..bf8ea479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" build = "build.rs" -version = "4.0.2" +version = "4.0.3" [badges] travis-ci = { repository = "shssoichiro/oxipng", branch = "master" }