Version 0.8.1 [ci skip]
This commit is contained in:
parent
ecc19ad5cd
commit
223995b551
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
**Version 0.8.1 (unreleased)**
|
||||
**Version 0.8.1**
|
||||
- Minor optimizations
|
||||
- Fix issue where interlaced images with certain widths would fail to optimize
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "oxipng"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
|
||||
description = "A lossless PNG compression optimizer"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ use std::fs::DirBuilder;
|
|||
use std::io::{Write, stderr};
|
||||
use std::path::PathBuf;
|
||||
|
||||
const VERSION_STRING: &'static str = "0.8.0";
|
||||
const VERSION_STRING: &'static str = "0.8.1";
|
||||
|
||||
fn main() {
|
||||
let matches =
|
||||
|
|
|
|||
Loading…
Reference in a new issue