From f5e1b0c170910881bc9cb9a32a9e375d591a13e6 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Thu, 31 Aug 2017 18:51:18 +0900 Subject: [PATCH] Get ready for 0.1.3 release --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"