Skip to content

Commit

Permalink
Merge pull request #59 from simeji/fix-version
Browse files Browse the repository at this point in the history
Fix the version number
  • Loading branch information
simeji authored Jan 22, 2017
2 parents 1fe54ef + 1cd0586 commit 9090f06
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
ChangeLog
=======

### 0.7.2 - Jan 23 2017

BugFix:
* fix version number

### 0.7.1 - Jan 5 2017

Features:
* scroll to bottom and top

### 0.7.0 - Jan 4 2017

Features:
* output with color
* monochrome mode option

BugFix:
* multibyte Query & Json key/value

Modified README

### 0.6.3 - 15 Dec 2016

Features:
* Add `-help` and `-h` command for show a help
* Add Ctrl-U command and a query behavior

Change Behaviors:
* Force insert `.`

### 0.6.2 - 9 Dec 2016

Features:
* Add --version flag for homebrew test

### 0.6.1 - 5 Dec 2016

Features:
* Get first argument of `jid` for initial query

Change Behaviors:
* Auto input . at first charactor of query
2 changes: 1 addition & 1 deletion cmd/jid/jid.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/simeji/jid"
)

const VERSION = "0.6.2"
const VERSION = "0.7.2"

func main() {
content := os.Stdin
Expand Down

0 comments on commit 9090f06

Please sign in to comment.