Skip to content

Commit 3bf223f

Browse files
committed
Update meta data for 0.1.22
1 parent ff16c65 commit 3bf223f

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
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## v0.1.22 (2021-01-27)
8+
9+
- Fix panic on jpeg without frames.
10+
711
## v0.1.21 (2021-01-23)
812

913
- Fix incorrect order of MCUs in non-interleaved streams

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

0 commit comments

Comments
 (0)