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 330725d commit 8c53ff6Copy full SHA for 8c53ff6
CHANGELOG.md
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
7
+## v0.1.18 (2019-12-10)
8
+- Fix two bugs causing panics introduced in 0.1.17.
9
+
10
## v0.1.17 (2019-12-08)
11
- Minimum supported rust version changed to 1.34
12
- Fix clippy::into_iter_on_array warning
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "jpeg-decoder"
3
-version = "0.1.17"
+version = "0.1.18"
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments