diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5d572..afea315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.3 (unreleased) +## 0.1.3 (2017-08-31) - Add themes support diff --git a/Cargo.lock b/Cargo.lock index 3b4f324..919e990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,7 +384,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "gutenberg" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 55613de..fc04c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.1.2" +version = "0.1.3" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"