Skip to content

Commit

Permalink
Bump version and changelog for v0.1.17 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Dec 8, 2019
1 parent bd2d24d commit a41aef8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## v0.1.17 (2019-12-08)
- Minimum supported rust version changed to 1.34
- Fix clippy::into_iter_on_array warning
- Ignore extraneous bytes after SOS
- Support IDCT Scaling

## v0.1.16 (2019-08-25)
- Minimum supported rust version changed to 1.28
- Allow zero length DHT segments
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jpeg-decoder"
version = "0.1.16"
version = "0.1.17"
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
Expand Down

0 comments on commit a41aef8

Please sign in to comment.