Skip to content

Commit

Permalink
Merge pull request #30 from kyoshidajp/release
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
kyoshidajp authored Apr 7, 2018
2 parents 63ca6e3 + 17a2066 commit 76f7ea0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,17 +1,39 @@
Changes
=======

v0.0.3
## v1.0.0

### Added
* Run by the most recent commit when no args

### Fixed
* Fix golint errors
* Fix opening the merged Pull Request problem
* Remove unsed replacing hub package process
* Fix hub error on test
* Fix always specified version option problem

### Changed
* Disable browser path configuration
* Run dependencies package before running test
* Add cli test
* Get GITHUB_TOKEN env variable as Github access token before getting it from config file
* Update README contents
* Enable vendor cache on travis
* Add travis status
* Remove secret token key

## v0.0.3
* Add short command option and usage
* Add print PullRequest url option
* Add print Issue API url option
* Add open any browser option
* Add version option

0.0.2
## 0.0.2
* Add document link
* Raise not found error when Pull reqesut is not found
* Add debug option

0.0.1
## 0.0.1
First release!
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "os"

// Version of tosa
const Version string = "v0.0.3"
const Version string = "v1.0.0"

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

0 comments on commit 76f7ea0

Please sign in to comment.