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"]