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

Update to go-cid v0.2.0 #36

Merged
merged 3 commits into from
May 11, 2022
Merged

Update to go-cid v0.2.0 #36

merged 3 commits into from
May 11, 2022

Conversation

hsanjuan
Copy link
Contributor

@hsanjuan hsanjuan commented May 5, 2022

Codec string for protobuf has changed to dag-pb.

@lidel , mind checking that it is all ok here and we should not be unwillingly breaking something?

@hsanjuan hsanjuan requested a review from lidel May 5, 2022 16:07
@welcome

This comment was marked as resolved.

Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @hsanjuan – There will be breackage if someone relied on string representations, but nothing we can do about that.

I'd just bump version bit more + link to or quote "BREAKING CHANGE" section from https://github.com/ipfs/go-cid/releases/tag/v0.2.0

version.json Outdated Show resolved Hide resolved
Co-authored-by: Marcin Rataj <lidel@lidel.org>
@github-actions
Copy link

Suggested version: v0.1.0
Comparing to: v0.0.2 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 73ce4c9..89159fb 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,22 @@
 module github.com/ipfs/go-cidutil
 
 require (
-	github.com/ipfs/go-cid v0.0.2
-	github.com/multiformats/go-multibase v0.0.1
-	github.com/multiformats/go-multihash v0.0.1
+	github.com/ipfs/go-cid v0.2.0
+	github.com/multiformats/go-multibase v0.0.3
+	github.com/multiformats/go-multicodec v0.4.1
+	github.com/multiformats/go-multihash v0.0.15
 )
+
+require (
+	github.com/klauspost/cpuid/v2 v2.0.4 // indirect
+	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
+	github.com/minio/sha256-simd v1.0.0 // indirect
+	github.com/mr-tron/base58 v1.2.0 // indirect
+	github.com/multiformats/go-base32 v0.0.3 // indirect
+	github.com/multiformats/go-base36 v0.1.0 // indirect
+	github.com/multiformats/go-varint v0.0.6 // indirect
+	golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
+	golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
+)
+
+go 1.17

gorelease says:

# summary
Suggested version: v0.1.0

gocompat says:

(empty)

@hsanjuan hsanjuan merged commit 74d8269 into master May 11, 2022
@hsanjuan hsanjuan deleted the go-cid-v0.2.0 branch May 11, 2022 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants