Skip to content

Commit

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

* introduce go modules [#112](#112) ([Songmu](https://github.com/Songmu))
* Fix typo in readme and help command [#110](#110) ([chrishelgert](https://github.com/chrishelgert))
* Reformat help text to make it more man-like and matching flag set [#106](#106) ([realloc](https://github.com/realloc))
* Fix a typo in README [#104](#104) ([felixonmars](https://github.com/felixonmars))
  • Loading branch information
Songmu committed Apr 29, 2019
1 parent f1556d2 commit 71bc32d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.12.1](https://github.com/tcnksm/ghr/compare/v0.12.0...v0.12.1) (2019-04-30)

* introduce go modules [#112](https://github.com/tcnksm/ghr/pull/112) ([Songmu](https://github.com/Songmu))
* Fix typo in readme and help command [#110](https://github.com/tcnksm/ghr/pull/110) ([chrishelgert](https://github.com/chrishelgert))
* Reformat help text to make it more man-like and matching flag set [#106](https://github.com/tcnksm/ghr/pull/106) ([realloc](https://github.com/realloc))
* Fix a typo in README [#104](https://github.com/tcnksm/ghr/pull/104) ([felixonmars](https://github.com/felixonmars))

## [v0.12.0](https://github.com/tcnksm/ghr/compare/v0.11.0...v0.12.0) (2018-08-25)

* update README.md [#103](https://github.com/tcnksm/ghr/pull/103) ([Songmu](https://github.com/Songmu))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const Name = "ghr"

// Version is application version
const Version string = "0.12.0"
const Version string = "0.12.1"

// GitCommit describes latest commit hash.
// This is automatically extracted by git describe --always.
Expand Down

0 comments on commit 71bc32d

Please sign in to comment.