Skip to content

Commit 668a85f

Browse files
committed
Checking in changes prior to tagging of version v0.14.0
## [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))
1 parent ccac180 commit 668a85f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v0.14.0](https://github.com/tcnksm/ghr/compare/v0.13.0...v0.14.0) (2021-06-15)
4+
5+
* udpate deps [#134](https://github.com/tcnksm/ghr/pull/134) ([Songmu](https://github.com/Songmu))
6+
* fix lint warnings [#133](https://github.com/tcnksm/ghr/pull/133) ([shogo82148](https://github.com/shogo82148))
7+
* Migrate to GitHub Actions [#132](https://github.com/tcnksm/ghr/pull/132) ([shogo82148](https://github.com/shogo82148))
8+
* 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))
9+
310
## [v0.13.0](https://github.com/tcnksm/ghr/compare/v0.12.2...v0.13.0) (2019-09-16)
411

512
* Show the exact `gofmt` command in README [#117](https://github.com/tcnksm/ghr/pull/117) ([roschaefer](https://github.com/roschaefer))

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
const Name = "ghr"
1313

1414
// Version is application version
15-
const Version string = "0.13.0"
15+
const Version string = "0.14.0"
1616

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

0 commit comments

Comments
 (0)