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

v0.2.0 bump #47

Merged
merged 1 commit into from
Aug 28, 2023
Merged

v0.2.0 bump #47

merged 1 commit into from
Aug 28, 2023

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Aug 28, 2023

No description provided.

@github-actions
Copy link

Suggested version: v0.2.0

Comparing to: v0.1.2 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 02a8eba..b6a02f0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,22 +1,23 @@
 module github.com/ipfs/go-block-format
 
-go 1.18
-
 require (
-	github.com/ipfs/go-cid v0.0.7
+	github.com/ipfs/go-cid v0.4.1
 	github.com/ipfs/go-ipfs-util v0.0.2
-	github.com/multiformats/go-multihash v0.0.14
+	github.com/multiformats/go-multihash v0.2.3
 )
 
 require (
-	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
-	github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 // indirect
-	github.com/mr-tron/base58 v1.1.3 // indirect
+	github.com/klauspost/cpuid/v2 v2.0.9 // 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-multibase v0.0.3 // indirect
-	github.com/multiformats/go-varint v0.0.5 // indirect
+	github.com/multiformats/go-varint v0.0.6 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
-	golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
-	golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
+	golang.org/x/crypto v0.1.0 // indirect
+	golang.org/x/sys v0.1.0 // indirect
+	lukechampine.com/blake3 v1.1.6 // indirect
 )
+
+go 1.20

gorelease says:

# summary
Suggested version: v0.2.0

gocompat says:

Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@rvagg rvagg merged commit f2d9400 into master Aug 28, 2023
11 checks passed
@rvagg rvagg deleted the rvagg/v0.2.0 branch August 28, 2023 05:39
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.

1 participant