Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.14.1
Browse files Browse the repository at this point in the history
## [v0.14.1](v0.14.0...v0.14.1) (2019-12-18)

* update deps [#218](#218) ([Songmu](https://github.com/Songmu))
* refine local VCS detection order [#217](#217) ([Songmu](https://github.com/Songmu))
* [refactor] define type vcsGetOption struct [#216](#216) ([Songmu](https://github.com/Songmu))
* the import subcommand should not accept the --branch option [#214](#214) ([Songmu](https://github.com/Songmu))
* fix broken coverage report [#213](#213) ([shogo82148](https://github.com/shogo82148))
* Convertion for URL should return slash-ed paths. [#212](#212) ([mattn](https://github.com/mattn))
  • Loading branch information
Songmu committed Dec 17, 2019
1 parent c431c0b commit 081a0fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.14.1](https://github.com/motemen/ghq/compare/v0.14.0...v0.14.1) (2019-12-18)

* update deps [#218](https://github.com/motemen/ghq/pull/218) ([Songmu](https://github.com/Songmu))
* refine local VCS detection order [#217](https://github.com/motemen/ghq/pull/217) ([Songmu](https://github.com/Songmu))
* [refactor] define type vcsGetOption struct [#216](https://github.com/motemen/ghq/pull/216) ([Songmu](https://github.com/Songmu))
* the import subcommand should not accept the --branch option [#214](https://github.com/motemen/ghq/pull/214) ([Songmu](https://github.com/Songmu))
* fix broken coverage report [#213](https://github.com/motemen/ghq/pull/213) ([shogo82148](https://github.com/shogo82148))
* Convertion for URL should return slash-ed paths. [#212](https://github.com/motemen/ghq/pull/212) ([mattn](https://github.com/mattn))

## [v0.14.0](https://github.com/motemen/ghq/compare/v0.13.1...v0.14.0) (2019-12-04)

* introduce GitHub Actions [#208](https://github.com/motemen/ghq/pull/208) ([Songmu](https://github.com/Songmu))
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.14.0"
const version = "0.14.1"

var revision = "HEAD"

Expand Down

0 comments on commit 081a0fa

Please sign in to comment.