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

release v0.3.0 #63

Merged
merged 1 commit into from
Jan 23, 2025
Merged

release v0.3.0 #63

merged 1 commit into from
Jan 23, 2025

Conversation

guillaumemichel
Copy link
Contributor

@guillaumemichel guillaumemichel commented Jan 23, 2025

  • don't depend on boxo
  • release v0.3.0

Copy link

Suggested version: 0.3.0

Comparing to: v0.2.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 1513f89..9165a20 100644
--- a/go.mod
+++ b/go.mod
@@ -1,32 +1,33 @@
 module github.com/libp2p/go-libp2p-record
 
 require (
-	github.com/gogo/protobuf v1.3.2
-	github.com/ipfs/go-ipfs-util v0.0.2
-	github.com/libp2p/go-libp2p v0.22.0
-	github.com/multiformats/go-multihash v0.2.1
+	github.com/ipfs/boxo v0.26.0
+	github.com/ipfs/go-test v0.0.4
+	github.com/libp2p/go-libp2p v0.38.1
+	github.com/multiformats/go-multihash v0.2.3
+	google.golang.org/protobuf v1.36.3
 )
 
 require (
-	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
-	github.com/ipfs/go-cid v0.2.0 // indirect
-	github.com/klauspost/cpuid/v2 v2.1.0 // indirect
+	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
+	github.com/ipfs/go-block-format v0.2.0 // indirect
+	github.com/ipfs/go-cid v0.4.1 // indirect
+	github.com/ipfs/go-ipfs-util v0.0.3 // indirect
+	github.com/klauspost/cpuid/v2 v2.2.9 // indirect
 	github.com/libp2p/go-buffer-pool v0.1.0 // indirect
-	github.com/libp2p/go-openssl v0.1.0 // indirect
-	github.com/mattn/go-pointer v0.0.1 // indirect
-	github.com/minio/sha256-simd v1.0.0 // indirect
+	github.com/minio/sha256-simd v1.0.1 // indirect
 	github.com/mr-tron/base58 v1.2.0 // indirect
-	github.com/multiformats/go-base32 v0.0.4 // indirect
-	github.com/multiformats/go-base36 v0.1.0 // indirect
-	github.com/multiformats/go-multiaddr v0.6.0 // indirect
-	github.com/multiformats/go-multibase v0.1.1 // indirect
-	github.com/multiformats/go-multicodec v0.5.0 // indirect
-	github.com/multiformats/go-varint v0.0.6 // indirect
-	github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
+	github.com/multiformats/go-base32 v0.1.0 // indirect
+	github.com/multiformats/go-base36 v0.2.0 // indirect
+	github.com/multiformats/go-multiaddr v0.14.0 // indirect
+	github.com/multiformats/go-multibase v0.2.0 // indirect
+	github.com/multiformats/go-multicodec v0.9.0 // indirect
+	github.com/multiformats/go-varint v0.0.7 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
-	golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
-	golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
-	lukechampine.com/blake3 v1.1.7 // indirect
+	golang.org/x/crypto v0.32.0 // indirect
+	golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
+	golang.org/x/sys v0.29.0 // indirect
+	lukechampine.com/blake3 v1.3.0 // indirect
 )
 
-go 1.17
+go 1.22.0

gorelease says:

gorelease: go: loading module retractions for github.com/slok/[email protected]: module github.com/slok/[email protected] requires go >= 1.23 (running go 1.22.0)

gocompat says:

HEAD is now at 90bb9b0 Merge pull request #50 from libp2p/update-deps
Previous HEAD position was 90bb9b0 Merge pull request #50 from libp2p/update-deps
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to master. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

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.

@guillaumemichel guillaumemichel merged commit 23cb7f8 into master Jan 23, 2025
13 checks passed
@guillaumemichel guillaumemichel deleted the release-v0.3.0 branch January 23, 2025 12:45
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