Skip to content

Commit d9346bc

Browse files
committed
Checking in changes prior to tagging of version v0.5.1
## [0.5.1](v0.5.0...0.5.1) (2019-02-17) * introduce godzil [#24](#24) ([Songmu](https://github.com/Songmu))
1 parent 1afa50d commit d9346bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/Songmu/ghch/compare/v0.5.0...0.5.1) (2019-02-17)
4+
5+
* introduce godzil [#24](https://github.com/Songmu/ghch/pull/24) ([Songmu](https://github.com/Songmu))
6+
37
## [v0.5.0](https://github.com/Songmu/ghch/compare/v0.4.0...v0.5.0) (2019-02-14)
48

59
* publish type Ghch for reusability as a library [#23](https://github.com/Songmu/ghch/pull/23) ([Songmu](https://github.com/Songmu))

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package ghch
22

3-
const version = "0.5.0"
3+
const version = "0.5.1"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)