Skip to content

Commit

Permalink
Merge pull request #62 from simeg/version/1.7.0
Browse files Browse the repository at this point in the history
Version 1.7.0
  • Loading branch information
simeg authored Jun 9, 2020
2 parents f1e3e86 + 211fd14 commit 36e4a2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.7.0
* Use $EDITOR to edit ideas, fall back to vi
* Use $PAGER to view ideas, fall back to less

## Version 1.6.3
* Refactor code to be more idiomatic and readable
* Only remove repo/editor if they exist
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eureka"
version = "1.6.3"
version = "1.7.0"
authors = ["Simon Egersand <[email protected]>"]
description = "CLI tool to input and store your ideas without leaving the terminal"
categories = ["command-line-interface", "command-line-utilities"]
Expand Down

0 comments on commit 36e4a2f

Please sign in to comment.