diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 00000000..4b8ba68d --- /dev/null +++ b/CHANGELOG @@ -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 diff --git a/Cargo.toml b/Cargo.toml index ccab37f2..03a0d395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxipng" -version = "1.0.0-alpha.1" +version = "0.0.1" authors = ["Joshua Holmer "] [dependencies]