Change versioning scheme and start a changelog
This commit is contained in:
parent
6f1a87160a
commit
0eecca1812
2 changed files with 9 additions and 1 deletions
8
CHANGELOG
Normal file
8
CHANGELOG
Normal 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
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oxipng"
|
name = "oxipng"
|
||||||
version = "1.0.0-alpha.1"
|
version = "0.0.1"
|
||||||
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
|
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue