Skip to content

Commit e2d3aa2

Browse files
author
HeroicKatora
authored
Merge pull request #152 from image-rs/release-0.1.19
Release notes for 0.1.19
2 parents 7ca9b90 + a4c3d53 commit e2d3aa2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## v0.1.19 (2020-04-27)
8+
- Fix decoding returning too much image data
9+
- Fix recognizing padding in marker segments
10+
- Several decode performance improvements
11+
- Remove use of deprecated `Error::description`
12+
713
## v0.1.18 (2019-12-10)
814
- Fix two bugs causing panics introduced in 0.1.17.
915

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

0 commit comments

Comments
 (0)