Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.6.0 #206

Merged
merged 1 commit into from
Mar 25, 2022
Merged

Bump version to 0.6.0 #206

merged 1 commit into from
Mar 25, 2022

Conversation

masih
Copy link
Member

@masih masih commented Mar 25, 2022

Bump version in preparation for release

Bump version in preparation for release
@masih masih requested a review from willscott March 25, 2022 18:09
@github-actions
Copy link

Suggested version: v0.6.0
Comparing to: v0.5.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 89479f0..d67a519 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
 	github.com/filecoin-project/go-data-transfer v1.14.0
 	github.com/filecoin-project/go-legs v0.3.10
 	github.com/filecoin-project/go-state-types v0.1.0
-	github.com/filecoin-project/storetheindex v0.3.8
+	github.com/filecoin-project/storetheindex v0.4.0
 	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
 	github.com/golang/mock v1.6.0
 	github.com/gorilla/mux v1.7.4
@@ -15,11 +15,10 @@ require (
 	github.com/ipfs/go-datastore v0.5.1
 	github.com/ipfs/go-graphsync v0.12.0
 	github.com/ipfs/go-ipfs-blockstore v1.1.2
-	github.com/ipfs/go-ipfs-blocksutil v0.0.1
 	github.com/ipfs/go-log/v2 v2.5.0
 	github.com/ipld/go-car/v2 v2.1.1
 	github.com/ipld/go-codec-dagpb v1.3.0
-	github.com/ipld/go-ipld-prime v0.14.4
+	github.com/ipld/go-ipld-prime v0.16.0
 	github.com/libp2p/go-libp2p v0.18.0-rc5
 	github.com/libp2p/go-libp2p-core v0.14.0
 	github.com/libp2p/go-libp2p-pubsub v0.6.1diff --git a/cmd/go.mod b/cmd/go.mod
index 99e4a05..5b193e3 100644
--- a/cmd/go.mod
+++ b/cmd/go.mod
@@ -6,7 +6,7 @@ require (
 	github.com/filecoin-project/go-data-transfer v1.14.0
 	github.com/filecoin-project/go-legs v0.3.10
 	github.com/filecoin-project/index-provider v0.2.1
-	github.com/filecoin-project/storetheindex v0.3.8
+	github.com/filecoin-project/storetheindex v0.4.0
 	github.com/ipfs/go-cid v0.1.0
 	github.com/ipfs/go-datastore v0.5.1
 	github.com/ipfs/go-ds-leveldb v0.5.0
@@ -14,7 +14,7 @@ require (
 	github.com/ipfs/go-ipfs v0.11.0
 	github.com/ipfs/go-log/v2 v2.5.0
 	github.com/ipld/go-car/v2 v2.1.1
-	github.com/ipld/go-ipld-prime v0.14.4
+	github.com/ipld/go-ipld-prime v0.16.0
 	github.com/libp2p/go-libp2p v0.18.0-rc5
 	github.com/libp2p/go-libp2p-core v0.14.0
 	github.com/mitchellh/go-homedir v1.1.0

gorelease says:

# github.com/filecoin-project/index-provider
## incompatible changes
Interface.GetAdv: changed from func(context.Context, github.com/ipfs/go-cid.Cid) (*github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement, error) to func(context.Context, github.com/ipfs/go-cid.Cid) (*github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement, error)
Interface.GetLatestAdv: changed from func(context.Context) (github.com/ipfs/go-cid.Cid, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement, error) to func(context.Context) (github.com/ipfs/go-cid.Cid, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement, error)
Interface.Publish: changed from func(context.Context, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement) (github.com/ipfs/go-cid.Cid, error) to func(context.Context, github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement) (github.com/ipfs/go-cid.Cid, error)
Interface.PublishLocal: changed from func(context.Context, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement) (github.com/ipfs/go-cid.Cid, error) to func(context.Context, github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement) (github.com/ipfs/go-cid.Cid, error)

# github.com/filecoin-project/index-provider/engine
## incompatible changes
(*Engine).GetAdv: changed from func(context.Context, github.com/ipfs/go-cid.Cid) (*github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement, error) to func(context.Context, github.com/ipfs/go-cid.Cid) (*github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement, error)
(*Engine).GetLatestAdv: changed from func(context.Context) (github.com/ipfs/go-cid.Cid, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement, error) to func(context.Context) (github.com/ipfs/go-cid.Cid, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement, error)
(*Engine).Publish: changed from func(context.Context, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement) (github.com/ipfs/go-cid.Cid, error) to func(context.Context, github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement) (github.com/ipfs/go-cid.Cid, error)
(*Engine).PublishLocal: changed from func(context.Context, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement) (github.com/ipfs/go-cid.Cid, error) to func(context.Context, github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement) (github.com/ipfs/go-cid.Cid, error)

# github.com/filecoin-project/index-provider/mock
## incompatible changes
(*MockInterface).GetAdv: changed from func(context.Context, github.com/ipfs/go-cid.Cid) (*github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement, error) to func(context.Context, github.com/ipfs/go-cid.Cid) (*github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement, error)
(*MockInterface).GetLatestAdv: changed from func(context.Context) (github.com/ipfs/go-cid.Cid, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement, error) to func(context.Context) (github.com/ipfs/go-cid.Cid, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement, error)
(*MockInterface).Publish: changed from func(context.Context, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement) (github.com/ipfs/go-cid.Cid, error) to func(context.Context, github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement) (github.com/ipfs/go-cid.Cid, error)
(*MockInterface).PublishLocal: changed from func(context.Context, *github.com/filecoin-project/storetheindex/api/v0/ingest/schema._Advertisement) (github.com/ipfs/go-cid.Cid, error) to func(context.Context, github.com/filecoin-project/storetheindex/api/v0/ingest/schema.Advertisement) (github.com/ipfs/go-cid.Cid, error)

# github.com/filecoin-project/index-provider/server/admin/http
## compatible changes
ListCarRes: added

# github.com/filecoin-project/index-provider/supplier
## compatible changes
(*CarSupplier).List: added

# github.com/filecoin-project/index-provider/testutil
## incompatible changes
GenerateCids: removed
RandomCids: changed from func(*math/rand.Rand, int) ([]github.com/ipfs/go-cid.Cid, error) to func(*testing.T, *math/rand.Rand, int) []github.com/ipfs/go-cid.Cid
RandomMultihashes: changed from func(*math/rand.Rand, int) ([]github.com/multiformats/go-multihash.Multihash, error) to func(*testing.T, *math/rand.Rand, int) []github.com/multiformats/go-multihash.Multihash

# summary
Suggested version: v0.6.0

gocompat says:

(empty)

@masih masih merged commit 726145a into main Mar 25, 2022
@masih masih deleted the masih/ver-bump branch March 25, 2022 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants