Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v1.0.2
Browse files Browse the repository at this point in the history
## [v1.0.2](v1.0.1...v1.0.2) (2020-01-17)

* static build [#271](#271) ([Songmu](https://github.com/Songmu))
* Add options to zsh-completion [#270](#270) ([darklore](https://github.com/darklore))
* update ghq.root description in README [#269](#269) ([ksoichiro](https://github.com/ksoichiro))
* Enhance vcs_test.go [#266](#266) ([Songmu](https://github.com/Songmu))
* fix testing for 'ghq get --look' [#265](#265) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Jan 16, 2020
1 parent 9d65906 commit 3981090
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.0.2](https://github.com/motemen/ghq/compare/v1.0.1...v1.0.2) (2020-01-17)

* static build [#271](https://github.com/motemen/ghq/pull/271) ([Songmu](https://github.com/Songmu))
* Add options to zsh-completion [#270](https://github.com/motemen/ghq/pull/270) ([darklore](https://github.com/darklore))
* update ghq.root description in README [#269](https://github.com/motemen/ghq/pull/269) ([ksoichiro](https://github.com/ksoichiro))
* Enhance vcs_test.go [#266](https://github.com/motemen/ghq/pull/266) ([Songmu](https://github.com/Songmu))
* fix testing for 'ghq get --look' [#265](https://github.com/motemen/ghq/pull/265) ([Songmu](https://github.com/Songmu))

## [v1.0.1](https://github.com/motemen/ghq/compare/v1.0.0...v1.0.1) (2020-01-05)

* Fix argument for look in get, to make `ghq get -look` work [#264](https://github.com/motemen/ghq/pull/264) ([astj](https://github.com/astj))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/urfave/cli/v2"
)

const version = "1.0.1"
const version = "1.0.2"

var revision = "HEAD"

Expand Down

0 comments on commit 3981090

Please sign in to comment.