Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.12.7
Browse files Browse the repository at this point in the history
## [v0.12.7](v0.12.6...v0.12.7) (2019-11-05)

* fix accepted values of ghq.<url>.vcs in README [#196](#196) ([autopp](https://github.com/autopp))
* Use walker [#195](#195) ([mattn](https://github.com/mattn))
* Use filepath [#194](#194) ([mattn](https://github.com/mattn))
* go.{mod,sum}: Update xerrors dependency [#193](#193) ([rvolosatovs](https://github.com/rvolosatovs))
* define func detectUserName and utilize it [#191](#191) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Nov 4, 2019
1 parent 8647e54 commit 3a4306e
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

## [v0.12.7](https://github.com/motemen/ghq/compare/v0.12.6...v0.12.7) (2019-11-05)

* fix accepted values of ghq.<url>.vcs in README [#196](https://github.com/motemen/ghq/pull/196) ([autopp](https://github.com/autopp))
* Use walker [#195](https://github.com/motemen/ghq/pull/195) ([mattn](https://github.com/mattn))
* Use filepath [#194](https://github.com/motemen/ghq/pull/194) ([mattn](https://github.com/mattn))
* go.{mod,sum}: Update xerrors dependency [#193](https://github.com/motemen/ghq/pull/193) ([rvolosatovs](https://github.com/rvolosatovs))
* define func detectUserName and utilize it [#191](https://github.com/motemen/ghq/pull/191) ([Songmu](https://github.com/Songmu))

## [v0.12.6](https://github.com/motemen/ghq/compare/v0.12.5...v0.12.6) (2019-05-29)

* Removing port number from local directory. [#182](https://github.com/motemen/ghq/pull/182) ([gmidorii](https://github.com/gmidorii))
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"
)

const version = "0.12.6"
const version = "0.12.7"

var revision = "HEAD"

Expand Down

0 comments on commit 3a4306e

Please sign in to comment.