Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshidajp committed Dec 1, 2018
1 parent e0e83e2 commit 600298b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

v0.2.0
Features:
* Support JSON format output

Fixes:
* Fix the concurrency problem (Thanks @hatajoe)
* Fix link to releases page (Thanks @mavimo)

v0.1.0
Features:
* Support all of code search qualifiers
Expand Down
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.1.0"
const Version string = "v0.2.0"

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

0 comments on commit 600298b

Please sign in to comment.