Skip to content

Commit

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

* introduce GitHub Actions [#208](#208) ([Songmu](https://github.com/Songmu))
* Fix typos! [#210](#210) ([tockn](https://github.com/tockn))
* Fix redundant index [#209](#209) ([tockn](https://github.com/tockn))
* add Songmu to authors [#207](#207) ([Songmu](https://github.com/Songmu))
* Fix deprecation of urfave/cli [#206](#206) ([tockn](https://github.com/tockn))
  • Loading branch information
Songmu committed Dec 4, 2019
1 parent b697baf commit ce69395
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.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))
* Fix typos! [#210](https://github.com/motemen/ghq/pull/210) ([tockn](https://github.com/tockn))
* Fix redundant index [#209](https://github.com/motemen/ghq/pull/209) ([tockn](https://github.com/tockn))
* add Songmu to authors [#207](https://github.com/motemen/ghq/pull/207) ([Songmu](https://github.com/Songmu))
* Fix deprecation of urfave/cli [#206](https://github.com/motemen/ghq/pull/206) ([tockn](https://github.com/tockn))

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

* optimize `--vcs` option of list [#205](https://github.com/motemen/ghq/pull/205) ([autopp](https://github.com/autopp))
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.13.1"
const version = "0.14.0"

var revision = "HEAD"

Expand Down

0 comments on commit ce69395

Please sign in to comment.