Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.15.0
Browse files Browse the repository at this point in the history
## [v0.15.0](v0.14.0...v0.15.0) (2022-08-17)

* Allow to use Generate Release Notes function of GitHub [#138](#138) ([neilgierman](https://github.com/neilgierman))
  • Loading branch information
Songmu committed Aug 17, 2022
1 parent 8f36a7a commit 5838501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.15.0](https://github.com/tcnksm/ghr/compare/v0.14.0...v0.15.0) (2022-08-17)

* Allow to use Generate Release Notes function of GitHub [#138](https://github.com/tcnksm/ghr/pull/138) ([neilgierman](https://github.com/neilgierman))

## [v0.14.0](https://github.com/tcnksm/ghr/compare/v0.13.0...v0.14.0) (2021-06-15)

* udpate deps [#134](https://github.com/tcnksm/ghr/pull/134) ([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.14.0"
const Version string = "0.15.0"

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

0 comments on commit 5838501

Please sign in to comment.