Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sona-tar committed May 3, 2016
1 parent e2c496e commit 42af90b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.8 - May 03 2016
* [bugfix] Fix pararell search bugs
0.0.7 - Dec 30 2015
* [bugfix] Fix pararell search bugs
0.0.6 - Dec 30 2015
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@ Application Options:
-v, --version print version infomation and exit.
-e, --enterprise= search from github enterprise.
-t, --token= Github API token to avoid Github API rate limit

Help Options:
-h, --help Show this help message

Github search APIv3 QUERY infomation:
https://developer.github.com/v3/search/
https://help.github.com/articles/searching-repositories/

Version:
ghs 0.0.7 (https://github.com/sona-tar/ghs.git)
ghs 0.0.8 (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 @@ -10,7 +10,7 @@ import (
)

// Version is ghs version number
const Version string = "0.0.7"
const Version string = "0.0.8"

const (
// ExitCodeOK is 0
Expand Down
4 changes: 2 additions & 2 deletions ghs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func Example_CheckVersion() {

CheckVersion("0.0.1")
// Output:
// 0.0.1 is not latest, you should upgrade to 0.0.7
// 0.0.1 is not latest, you should upgrade to 0.0.8
// -> $ brew update && brew upgrade sona-tar/tools/ghs
}

Expand Down Expand Up @@ -180,7 +180,7 @@ func Example_PrintHelp() {
// https://help.github.com/articles/searching-repositories/
//
// Version:
// ghs 0.0.7 (https://github.com/sona-tar/ghs.git)
// ghs 0.0.8 (https://github.com/sona-tar/ghs.git)
}

func Example_PrintfDebug() {
Expand Down

0 comments on commit 42af90b

Please sign in to comment.