We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afa50d commit d9346bcCopy full SHA for d9346bc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## [v0.5.0](https://github.com/Songmu/ghch/compare/v0.4.0...v0.5.0) (2019-02-14)
8
9
* publish type Ghch for reusability as a library [#23](https://github.com/Songmu/ghch/pull/23) ([Songmu](https://github.com/Songmu))
version.go
@@ -1,5 +1,5 @@
package ghch
-const version = "0.5.0"
+const version = "0.5.1"
var revision = "HEAD"
0 commit comments