Skip to content

Commit 8f179dd

Browse files
committed
Bump version and changelog for v0.1.17
1 parent 5607279 commit 8f179dd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## 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+
513
## v0.1.16 (2019-08-25)
614
- Minimum supported rust version changed to 1.28
715
- Allow zero length DHT segments

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jpeg-decoder"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
authors = ["Ulf Nilsson <[email protected]>"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"

0 commit comments

Comments
 (0)