Skip to content

Commit

Permalink
Release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sona-tar committed May 14, 2016
1 parent 50fb014 commit 722aa67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGES
=======
0.0.9 - May 14 2016
* [feature] Support fork option(-k, --fork)
* [bugfix] Stopped when search result is 0
0.0.8 - May 03 2016
* [bugfix] Fix pararell search bugs
0.0.7 - Dec 30 2015
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Github search APIv3 QUERY infomation:
https://help.github.com/articles/searching-repositories/

Version:
ghs 0.0.8 (https://github.com/sona-tar/ghs.git)
ghs 0.0.9 (https://github.com/sona-tar/ghs.git)
```

Install
Expand Down Expand Up @@ -150,7 +150,7 @@ function gho () {

```sh
gho dotfiles
```
```

Contributors
===========
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.8"
const Version string = "0.0.9"

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.8
// 0.0.1 is not latest, you should upgrade to 0.0.9
// -> $ brew update && brew upgrade sona-tar/tools/ghs
}

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

func Example_PrintfDebug() {
Expand Down

0 comments on commit 722aa67

Please sign in to comment.