Skip to content

Commit

Permalink
Merge pull request #108 from kaksmet/bump
Browse files Browse the repository at this point in the history
Bump to 0.1.16
  • Loading branch information
kaksmet authored Aug 25, 2019
2 parents e27f688 + 7430c88 commit c8e2525
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v0.1.16 (2019-08-25)
- Minimum supported rust version changed to 1.28
- Allow zero length DHT segments

## v0.1.15 (2018-06-10)
- Added support for WebAssembly and asm.js (thanks @CryZe!)
- Bugfix for images with APP14 segments longer than 12 bytes.
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.15"
version = "0.1.16"
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
Expand Down

0 comments on commit c8e2525

Please sign in to comment.