File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55require (
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
Original file line number Diff line number Diff line change @@ -635,6 +635,8 @@ github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwv
635635github.com/gitopia/gitopia v0.10.1 /go.mod h1:dNVXmTrslR7J20yRTu6DwfoVhgyG8zW1Oo9C5zTuLcI =
636636github.com/gitopia/gitopia v0.12.1-0.20220328102124-d628aacd2340 h1:GhnVfDyQgwWJ0TAWF6ykcPgTrc4MAX3EEEzWEsEAodY =
637637github.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 =
638640github.com/gitopia/gitopia-ipfs-bridge v0.0.0-20220324075926-93f790f71054 h1:U5g565slV6XJbRapnELHJTqBKBiZXHresFDzVcimToI =
639641github.com/gitopia/gitopia-ipfs-bridge v0.0.0-20220324075926-93f790f71054 /go.mod h1:kZuOnXT0rDBvxBfBWfhxC7QgSS8ovMAsRbFAIoeW4Tk =
640642github.com/gitopia/go-git/v5 v5.4.3-0.20211224112515-b2efd9bec92c h1:xqrIU2JrAXwioLz+mKxn3j36C/akB1+SuAqXNtyddRU =
You can’t perform that action at this time.
0 commit comments