From 12d4f8a99af2f05996554520aae8c2653c8a0301 Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Thu, 8 Nov 2018 21:39:16 +0100 Subject: [PATCH] Version 1.4.0 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccff7c6..0b89fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Version 1.4.0 +* Add flag `--view` for viewing stored ideas. + ## Version 1.3.0 * Remove usage of numbers in selecting your editor which caused confusion. * After first time setup - do not prompt user for idea. diff --git a/Cargo.toml b/Cargo.toml index fe1d3ea..61317f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eureka" -version = "1.3.0" +version = "1.4.0" authors = ["Simon Egersand "] description = "CLI tool to input and store your ideas without leaving the terminal" categories = ["command-line-interface", "command-line-utilities"]