Skip to content

Commit

Permalink
Update CHANGES and README.md for 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sona-tar committed Dec 30, 2015
1 parent 5e7b8b1 commit 578eaba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CHANGES
=======
0.0.7 - Dec 30 2015
* [bugfix] Fix pararell search bugs
0.0.6 - Dec 30 2015
* [feature] Support Pararell search
* [feature] Support Fields option(-f, --fields)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Github search APIv3 QUERY infomation:
https://help.github.com/articles/searching-repositories/

Version:
ghs 0.0.6 (https://github.com/sona-tar/ghs.git)
ghs 0.0.7 (https://github.com/sona-tar/ghs.git)
```

Install
Expand Down
2 changes: 1 addition & 1 deletion ghs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
)

const Version string = "0.0.6"
const Version string = "0.0.7"

func buildQuery(args []string, opts GhsOptions) string {
query := ""
Expand Down

0 comments on commit 578eaba

Please sign in to comment.