Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshidajp committed Feb 11, 2018
1 parent 896c117 commit 368da4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changes
=======

v0.1.0
Features:
* Support all of code search qualifiers
* Support colors on Windows (Thanks @mattn)

Fixes:
* When total value of keywords are same, ranks are not same and same keyword is duplicated
* When keyword has :(colon), 422 error is raised

v0.0.1
First release!
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import "os"

const Version string = "v0.0.1"
const Version string = "v0.1.0"

func main() {
cli := &CLI{outStream: os.Stdout, errStream: os.Stderr}
Expand Down

0 comments on commit 368da4a

Please sign in to comment.