Tag 0.1.1 [ci skip]

This commit is contained in:
Joshua Holmer 2016-03-03 16:32:45 -05:00
parent abedfc9c70
commit 419fddd6d4
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,7 @@
v 0.1.0
v0.1.1
- Fix `oxipng *` writing all input files to one output file (#15)
v0.1.0
- Initial beta release
- Reduce color type and bit depth
- Recompress with zlib

View file

@ -1,6 +1,6 @@
[package]
name = "oxipng"
version = "0.1.0"
version = "0.1.1"
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
description = "A lossless PNG compression optimizer"
license = "MIT"