From ff3787781eebce65ccdc377ee08c0c2588cacbcd Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Fri, 27 Nov 2020 13:18:48 -0500 Subject: [PATCH] Version 4.0.2 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12308c0d..66c8999d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version 4.0.2 +- Includes another update to libdeflater that improves support for targets + without a C stdlib, like wasm32. + ### Version 4.0.1 - Includes an update to libdeflater that improves support for targets without a C stdlib, like wasm32. diff --git a/Cargo.lock b/Cargo.lock index 926c0d91..c2ea5fc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "oxipng" -version = "4.0.1" +version = "4.0.2" dependencies = [ "bit-vec", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 96c1915f..02ca86ea 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.1" +version = "4.0.2" [badges] travis-ci = { repository = "shssoichiro/oxipng", branch = "master" }