Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #514 from bstasyszyn/513
Browse files Browse the repository at this point in the history
chore: Release 0.1.6
  • Loading branch information
bstasyszyn authored Mar 5, 2021
2 parents ed2ef98 + 7d84cc4 commit 72df5a8
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 230 deletions.
2 changes: 1 addition & 1 deletion ci/version_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Release Parameters
BASE_VERSION=0.1.6
IS_RELEASE=false
IS_RELEASE=true

# Project Parameters
SOURCE_REPO=sidetree-fabric
Expand Down
6 changes: 3 additions & 3 deletions cmd/peer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ require (
github.com/trustbloc/sidetree-fabric v0.0.0
)

replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.6-0.20210209215355-966ca0cc520e
replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.6

replace github.com/hyperledger/fabric/extensions => github.com/trustbloc/fabric-peer-ext/mod/peer v0.0.0-20210210135812-c5ded8c92cd6
replace github.com/hyperledger/fabric/extensions => github.com/trustbloc/fabric-peer-ext/mod/peer v0.0.0-20210304230522-bfcd41db977e

replace github.com/trustbloc/fabric-peer-ext => github.com/trustbloc/fabric-peer-ext v0.1.6-0.20210210135812-c5ded8c92cd6
replace github.com/trustbloc/fabric-peer-ext => github.com/trustbloc/fabric-peer-ext v0.1.6

replace github.com/trustbloc/sidetree-fabric => ../..

Expand Down
69 changes: 6 additions & 63 deletions cmd/peer/go.sum

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ require (
go.uber.org/zap v1.14.1
)

replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.6-0.20210209215355-966ca0cc520e
replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.6

replace github.com/hyperledger/fabric/extensions => github.com/trustbloc/fabric-peer-ext/mod/peer v0.0.0-20210210135812-c5ded8c92cd6
replace github.com/hyperledger/fabric/extensions => github.com/trustbloc/fabric-peer-ext/mod/peer v0.0.0-20210304230522-bfcd41db977e

replace github.com/trustbloc/fabric-peer-ext => github.com/trustbloc/fabric-peer-ext v0.1.6-0.20210210135812-c5ded8c92cd6
replace github.com/trustbloc/fabric-peer-ext => github.com/trustbloc/fabric-peer-ext v0.1.6

replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.1.5

Expand Down
83 changes: 6 additions & 77 deletions go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/bddtests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/cucumber/godog v0.8.1
github.com/hyperledger/fabric-protos-go v0.0.0-20200707132912-fee30f3ccd23
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.4.0
github.com/trustbloc/fabric-peer-test-common v0.1.5
github.com/trustbloc/fabric-peer-test-common v0.1.6
github.com/trustbloc/sidetree-core-go v0.6.0
)

Expand Down
177 changes: 96 additions & 81 deletions test/bddtests/go.sum

Large diffs are not rendered by default.

0 comments on commit 72df5a8

Please sign in to comment.