Skip to content

Commit 8553d41

Browse files
authored
Merge pull request #20 from gitopia/release-v0.6.0
chore: release v0.6.0
2 parents 4bc936b + 166fa1d commit 8553d41

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

changelog.md

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

3+
## [v0.6.0] - 2022-04-04
4+
5+
### Features
6+
7+
- New service which processes fork repo and merge pr events
8+
9+
### Fixes
10+
11+
- Fix next_key in commits api response
12+
313
## [v0.5.0] - 2022-02-15
414

515
### Features

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.16
55
require (
66
github.com/buger/jsonparser v1.1.1
77
github.com/cosmos/cosmos-sdk v0.45.1
8-
github.com/gitopia/gitopia v0.12.1-0.20220328102124-d628aacd2340
8+
github.com/gitopia/gitopia v0.13.0
99
github.com/gitopia/gitopia-ipfs-bridge v0.0.0-20220324075926-93f790f71054
1010
github.com/gitopia/go-git/v5 v5.4.3-0.20211224112515-b2efd9bec92c
1111
github.com/go-git/go-billy/v5 v5.3.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,8 @@ github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwv
635635
github.com/gitopia/gitopia v0.10.1/go.mod h1:dNVXmTrslR7J20yRTu6DwfoVhgyG8zW1Oo9C5zTuLcI=
636636
github.com/gitopia/gitopia v0.12.1-0.20220328102124-d628aacd2340 h1:GhnVfDyQgwWJ0TAWF6ykcPgTrc4MAX3EEEzWEsEAodY=
637637
github.com/gitopia/gitopia v0.12.1-0.20220328102124-d628aacd2340/go.mod h1:Phw2slL5tqgVIpGNsvJA4+2QLOhb9OLY8/scjUDR+ac=
638+
github.com/gitopia/gitopia v0.13.0 h1:KKAYbawguYp2mhqmqfmo5r6hq+Sllx1m9XaMv8BkyfE=
639+
github.com/gitopia/gitopia v0.13.0/go.mod h1:Q9GChdBKWO6KFyLw005soOM4mliU6IE0N+8FWyFeQ/M=
638640
github.com/gitopia/gitopia-ipfs-bridge v0.0.0-20220324075926-93f790f71054 h1:U5g565slV6XJbRapnELHJTqBKBiZXHresFDzVcimToI=
639641
github.com/gitopia/gitopia-ipfs-bridge v0.0.0-20220324075926-93f790f71054/go.mod h1:kZuOnXT0rDBvxBfBWfhxC7QgSS8ovMAsRbFAIoeW4Tk=
640642
github.com/gitopia/go-git/v5 v5.4.3-0.20211224112515-b2efd9bec92c h1:xqrIU2JrAXwioLz+mKxn3j36C/akB1+SuAqXNtyddRU=

0 commit comments

Comments
 (0)