Skip to content

Commit 07b0081

Browse files
authored
Merge pull request #88 from kaksmet/bump
Bump to 0.1.15
2 parents d37672d + 58b4502 commit 07b0081

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.15 (2018-06-10)
6+
- Added support for WebAssembly and asm.js (thanks @CryZe!)
7+
- Bugfix for images with APP14 segments longer than 12 bytes.
8+
59
## v0.1.14 (2018-02-15)
610
- Updated `rayon` to 1.0.
711

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.14"
3+
version = "0.1.15"
44
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"

0 commit comments

Comments
 (0)