Skip to content

Commit

Permalink
Version 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Holmer committed Oct 11, 2018
1 parent 87e738d commit 88035cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Version 2.1.5
- Fix issue where some images will incorrectly reduce bit depth ([#140](https://github.com/shssoichiro/oxipng/issues/140))

### Version 2.1.4
- Bump `image` crate to 0.20.0

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
license = "MIT"
name = "oxipng"
repository = "https://github.com/shssoichiro/oxipng"
version = "2.1.4"
version = "2.1.5"

[badges]
travis-ci = { repository = "shssoichiro/oxipng", branch = "master" }
Expand Down

0 comments on commit 88035cc

Please sign in to comment.