Skip to content

Commit c8e2525

Browse files
authored
Merge pull request #108 from kaksmet/bump
Bump to 0.1.16
2 parents e27f688 + 7430c88 commit c8e2525

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## v0.1.16 (2019-08-25)
6+
- Minimum supported rust version changed to 1.28
7+
- Allow zero length DHT segments
8+
59
## v0.1.15 (2018-06-10)
610
- Added support for WebAssembly and asm.js (thanks @CryZe!)
711
- Bugfix for images with APP14 segments longer than 12 bytes.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jpeg-decoder"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
authors = ["Ulf Nilsson <[email protected]>"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"

0 commit comments

Comments
 (0)