Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holmer committed Jan 20, 2017
1 parent 427803d commit f5ab197
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 41 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**Version 0.14.0 (unreleased)**
**Version 0.14.0**
- Performance optimizations
- [SEMVER_MAJOR] Bump minimum rustc version to 1.13.0
- Add categories on crates.io

**Version 0.13.1**
- Bump regex dependency to 0.2
Expand Down
70 changes: 32 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
categories = ["command-line-utilities", "compression"]
description = "A lossless PNG compression optimizer"
documentation = "https://docs.rs/oxipng"
exclude = ["tests/*", "bench/*"]
homepage = "https://github.com/shssoichiro/oxipng"
license = "MIT"
name = "oxipng"
repository = "https://github.com/shssoichiro/oxipng"
version = "0.13.1"
version = "0.14.0"

[lib]
name = "oxipng"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cp target/release/oxipng /usr/local/bin
```

Please note that zlib is a required build dependency. Oxipng should work with any 1.x version of zlib,
but you are advised to use the latest version (currently 1.2.8) for security and bug fixes.
but you are advised to use the latest version (currently 1.2.11) for security and bug fixes.

The current minimum supported Rust version is **1.13.0**. Oxipng may compile on earlier versions of Rust,
but there is no guarantee.
Expand Down

0 comments on commit f5ab197

Please # to comment.