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 8d98f34 commit 1dc64f0Copy full SHA for 1dc64f0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.10.4](https://github.com/Songmu/ghch/compare/v0.10.3...v0.10.4) (2021-12-26)
4
+
5
+* udpate to github.com/google/go-github/v41 [#36](https://github.com/Songmu/ghch/pull/36) ([Songmu](https://github.com/Songmu))
6
7
## [v0.10.3](https://github.com/Songmu/ghch/compare/v0.10.2...v0.10.3) (2021-12-26)
8
9
* use Songmu/gitconfig instead of tcnksm/go-gitconfigGitconfig [#35](https://github.com/Songmu/ghch/pull/35) ([Songmu](https://github.com/Songmu))
version.go
@@ -1,5 +1,5 @@
package ghch
-const version = "0.10.3"
+const version = "0.10.4"
var revision = "HEAD"
0 commit comments