Change versioning scheme and start a changelog

This commit is contained in:
Joshua Holmer 2016-02-24 11:06:57 -05:00
parent 6f1a87160a
commit 0eecca1812
2 changed files with 9 additions and 1 deletions

8
CHANGELOG Normal file
View file

@ -0,0 +1,8 @@
v 0.0.1 (unreleased)
- Initial alpha release
- Reduce color type
- Recompress with zlib
- Multithreading
- Strip headers
- Backup file before writing
- Write to stdout

View file

@ -1,6 +1,6 @@
[package]
name = "oxipng"
version = "1.0.0-alpha.1"
version = "0.0.1"
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
[dependencies]