ipfs / go-ipfs-blocksutil

Utility functions for working with Blocks
MIT License
3 stars 6 forks source link

New version #27

Closed gammazero closed 2 months ago

gammazero commented 2 months ago

Dependencies have been updated, so there should be a new version.

Closes #25

welcome[bot] commented 2 months ago

Thank you for submitting this PR! A maintainer will be here shortly to review it. We are super grateful, but we are also overloaded! Help us by making sure that:

Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment. Next steps:

We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. We are very grateful for your contribution!

github-actions[bot] commented 2 months ago

Suggested version: 0.0.2

Comparing to: v0.0.1 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index c13fe5e..12e85f8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,22 @@
 module github.com/ipfs/go-ipfs-blocksutil

-require github.com/ipfs/go-block-format v0.0.2
+require github.com/ipfs/go-block-format v0.2.0
+
+require (
+   github.com/ipfs/go-cid v0.4.1 // indirect
+   github.com/ipfs/go-ipfs-util v0.0.2 // 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-multihash v0.2.3 // indirect
+   github.com/multiformats/go-varint v0.0.6 // indirect
+   github.com/spaolacci/murmur3 v1.1.0 // 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.22

gorelease says:

# summary
Suggested version: v0.1.0

gocompat says:

HEAD is now at 1146384 add gomod support // tag v0.0.1.
Previous HEAD position was 1146384 add gomod support // tag v0.0.1.
Switched to branch 'master'
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.