We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d37672d + 58b4502 commit 07b0081Copy full SHA for 07b0081
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
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
+
9
## v0.1.14 (2018-02-15)
10
- Updated `rayon` to 1.0.
11
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jpeg-decoder"
-version = "0.1.14"
+version = "0.1.15"
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments