Skip to content

Commit 1dc64f0

Browse files
committed
Checking in changes prior to tagging of version v0.10.4
## [v0.10.4](v0.10.3...v0.10.4) (2021-12-26) * udpate to github.com/google/go-github/v41 [#36](#36) ([Songmu](https://github.com/Songmu))
1 parent 8d98f34 commit 1dc64f0

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+
## [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+
37
## [v0.10.3](https://github.com/Songmu/ghch/compare/v0.10.2...v0.10.3) (2021-12-26)
48

59
* use Songmu/gitconfig instead of tcnksm/go-gitconfigGitconfig [#35](https://github.com/Songmu/ghch/pull/35) ([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.10.3"
3+
const version = "0.10.4"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)