From 7430c880995125e5a79daace65e80b444b2df2a7 Mon Sep 17 00:00:00 2001 From: Ulf Nilsson Date: Sun, 25 Aug 2019 08:57:03 +0200 Subject: [PATCH] Bump to 0.1.16 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f75647ac..2d968f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v0.1.16 (2019-08-25) +- Minimum supported rust version changed to 1.28 +- Allow zero length DHT segments + ## v0.1.15 (2018-06-10) - Added support for WebAssembly and asm.js (thanks @CryZe!) - Bugfix for images with APP14 segments longer than 12 bytes. diff --git a/Cargo.toml b/Cargo.toml index 09979762..d8fed830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jpeg-decoder" -version = "0.1.15" +version = "0.1.16" authors = ["Ulf Nilsson "] description = "JPEG decoder" documentation = "https://docs.rs/jpeg-decoder"