We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5607279 commit 8f179ddCopy full SHA for 8f179dd
CHANGELOG.md
@@ -2,6 +2,14 @@
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
+## Unreleased
6
+
7
+## v0.1.17 (2019-12-07)
8
+- Minimum supported rust version changed to 1.34
9
+- Fix clippy::into_iter_on_array warning
10
+- Ignore extraneous bytes after SOS
11
+- Support IDCT Scaling
12
13
## v0.1.16 (2019-08-25)
14
- Minimum supported rust version changed to 1.28
15
- Allow zero length DHT segments
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jpeg-decoder"
-version = "0.1.16"
+version = "0.1.17"
authors = ["Ulf Nilsson <[email protected]>"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments