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.
1 parent 1af04e7 commit 6778edaCopy full SHA for 6778eda
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.2.1 (2012-12-09)
6
+
7
+- Fix decoding error due to conflict of lossless with some spectral selections.
8
9
## v0.2.0 (2021-12-04)
10
11
- Added Lossless JPEG support
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jpeg-decoder"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The image-rs Developers"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments