From 8e8c1286f66114be6dbf51fa7626b7a98a95b6bf Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Mon, 20 Jan 2020 21:33:46 +0100 Subject: [PATCH] Version 1.6.2 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c02a43..f14acac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Version 1.6.2 +* Include `Cargo.lock` in binary to make it possible to distribute via Homebrew + ## Version 1.6.1 * If user inputs empty repo path - ask again * Make binary resolution work on Windows too diff --git a/Cargo.lock b/Cargo.lock index d3d8cd1..af10543 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,7 +208,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "eureka" -version = "1.6.1" +version = "1.6.2" dependencies = [ "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.175 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3aabae3..f3d4d14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eureka" -version = "1.6.1" +version = "1.6.2" authors = ["Simon Egersand "] description = "CLI tool to input and store your ideas without leaving the terminal" categories = ["command-line-interface", "command-line-utilities"]