Skip to content

Commit 6778eda

Browse files
committed
Update meta data for release 0.2.1
1 parent 1af04e7 commit 6778eda

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.2.1 (2012-12-09)
6+
7+
- Fix decoding error due to conflict of lossless with some spectral selections.
8+
59
## v0.2.0 (2021-12-04)
610

711
- Added Lossless JPEG support

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.2.0"
3+
version = "0.2.1"
44
authors = ["The image-rs Developers"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"

0 commit comments

Comments
 (0)