Skip to content

Commit 4d4a3e9

Browse files
committed
Checking in changes prior to tagging of version v0.10.3
## [v0.10.3](v0.10.2...v0.10.3) (2021-12-26) * use Songmu/gitconfig instead of tcnksm/go-gitconfigGitconfig [#35](#35) ([Songmu](https://github.com/Songmu)) * go 1.17 and update deps [#34](#34) ([Songmu](https://github.com/Songmu)) * Fix the badge. [#33](#33) ([shmokmt](https://github.com/shmokmt))
1 parent 8fa970d commit 4d4a3e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v0.10.3](https://github.com/Songmu/ghch/compare/v0.10.2...v0.10.3) (2021-12-26)
4+
5+
* use Songmu/gitconfig instead of tcnksm/go-gitconfigGitconfig [#35](https://github.com/Songmu/ghch/pull/35) ([Songmu](https://github.com/Songmu))
6+
* go 1.17 and update deps [#34](https://github.com/Songmu/ghch/pull/34) ([Songmu](https://github.com/Songmu))
7+
* Fix the badge. [#33](https://github.com/Songmu/ghch/pull/33) ([shmokmt](https://github.com/shmokmt))
8+
39
## [v0.10.2](https://github.com/Songmu/ghch/compare/v0.10.1...v0.10.2) (2020-01-21)
410

511
* update deps [#31](https://github.com/Songmu/ghch/pull/31) ([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.2"
3+
const version = "0.10.3"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)