Skip to content

Commit 0b19851

Browse files
authored
Merge pull request #72 from kaksmet/bump
Bump to 0.1.12
2 parents b51c9eb + cf486fa commit 0b19851

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.12 (2017-04-07)
6+
- Fixed an integer overflow in `derive_huffman_codes`.
7+
- Updated `rayon` to 0.7.
8+
59
## v0.1.11 (2017-01-09)
610
- Fixed an integer overflow.
711
- Updated `byteorder` to 1.0.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jpeg-decoder"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"

0 commit comments

Comments
 (0)