From 7fd07237b29a756b001281cf409d5c20f56cd2cd Mon Sep 17 00:00:00 2001 From: Wataru Matsui Date: Wed, 6 Mar 2019 21:19:17 +0900 Subject: [PATCH] Bump up version number to 1.0.1 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 607e977..d4bcf65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +### 1.0.1 (2019-03-06) + +* Update library + ### 1.0.0 (2019-01-22) diff --git a/Cargo.lock b/Cargo.lock index f855e07..075b577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "cargo-launcher" -version = "1.0.0" +version = "1.0.1" dependencies = [ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index be74487..e689e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-launcher" edition = "2018" -version = "1.0.0" +version = "1.0.1" authors = ["Wataru Matsui "] license = "MIT" description = "This CLI is a simple utility to register in lancher(alfred|hain|albert)."