Skip to content

Commit ee4fc87

Browse files
author
HeroicKatora
authored
Merge pull request #178 from image-rs/release-0.1.21
Release checks for 0.1.21
2 parents 3bdaa07 + adc1bb3 commit ee4fc87

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## v0.1.21 (2021-01-23)
8+
9+
- Fix incorrect order of MCUs in non-interleaved streams
10+
- DCT Progressive images with incomplete coefficient blocks are now rendered
11+
- Fix a panic on invalid dimensions
12+
- Reduce allocations and runtime of decoding
13+
- Rework multi-threading to run a thread per component
14+
715
## v0.1.20 (2020-07-04)
816

917
- Fix decoding of some progressive images failing

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.20"
3+
version = "0.1.21"
44
authors = ["Ulf Nilsson <[email protected]>"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"

0 commit comments

Comments
 (0)