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.0...v0.14.0) (2021-06-15)

* udpate deps [#134](#134) ([Songmu](https://github.com/Songmu))
* fix lint warnings [#133](#133) ([shogo82148](https://github.com/shogo82148))
* Migrate to GitHub Actions [#132](#132) ([shogo82148](https://github.com/shogo82148))
* Allow use of ENV Varaibles to run tests which upload to github [#130](#130) ([JehandadK](https://github.com/JehandadK))
  • Loading branch information
Songmu committed Jun 15, 2021
1 parent ccac180 commit 668a85f
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.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))
* fix lint warnings [#133](https://github.com/tcnksm/ghr/pull/133) ([shogo82148](https://github.com/shogo82148))
* Migrate to GitHub Actions [#132](https://github.com/tcnksm/ghr/pull/132) ([shogo82148](https://github.com/shogo82148))
* Allow use of ENV Varaibles to run tests which upload to github [#130](https://github.com/tcnksm/ghr/pull/130) ([JehandadK](https://github.com/JehandadK))

## [v0.13.0](https://github.com/tcnksm/ghr/compare/v0.12.2...v0.13.0) (2019-09-16)

* Show the exact `gofmt` command in README [#117](https://github.com/tcnksm/ghr/pull/117) ([roschaefer](https://github.com/roschaefer))
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.13.0"
const Version string = "0.14.0"

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

0 comments on commit 668a85f

Please sign in to comment.