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

chore: release v0.7.0 #136

Closed
wants to merge 1 commit into from
Closed

chore: release v0.7.0 #136

wants to merge 1 commit into from

Conversation

guillaumemichel
Copy link
Contributor

No description provided.

Copy link

Suggested version: 0.7.0

Comparing to: v0.6.3 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 0e39131..48e7ab0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,15 +1,15 @@
 module github.com/libp2p/go-libp2p-kbucket
 
-go 1.19
+go 1.22
 
 require (
 	github.com/ipfs/boxo v0.8.1
-	github.com/ipfs/go-log v1.0.5
+	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/libp2p/go-cidranger v1.1.0
-	github.com/libp2p/go-libp2p v0.27.6
-	github.com/libp2p/go-libp2p-asn-util v0.3.0
+	github.com/libp2p/go-libp2p v0.30.0
+	github.com/libp2p/go-libp2p-asn-util v0.4.1
 	github.com/minio/sha256-simd v1.0.1
-	github.com/multiformats/go-multiaddr v0.9.0
+	github.com/multiformats/go-multiaddr v0.11.0
 	github.com/multiformats/go-multihash v0.2.3
 	github.com/stretchr/testify v1.8.4
 )
@@ -17,10 +17,8 @@ require (
 require (
 	github.com/davecgh/go-spew v1.1.1 // indirect
 	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
-	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/google/go-cmp v0.5.9 // indirect
 	github.com/ipfs/go-cid v0.4.1 // indirect
-	github.com/ipfs/go-log/v2 v2.5.1 // indirect
 	github.com/klauspost/cpuid/v2 v2.2.5 // indirect
 	github.com/kr/pretty v0.3.1 // indirect
 	github.com/libp2p/go-buffer-pool v0.1.0 // indirect
@@ -32,15 +30,15 @@ require (
 	github.com/multiformats/go-multicodec v0.9.0 // indirect
 	github.com/multiformats/go-multistream v0.4.1 // indirect
 	github.com/multiformats/go-varint v0.0.7 // indirect
-	github.com/opentracing/opentracing-go v1.2.0 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
+	github.com/rogpeppe/go-internal v1.10.0 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
-	go.uber.org/atomic v1.11.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
-	go.uber.org/zap v1.24.0 // indirect
-	golang.org/x/crypto v0.9.0 // indirect
-	golang.org/x/sys v0.8.0 // indirect
-	google.golang.org/protobuf v1.30.0 // indirect
+	go.uber.org/zap v1.25.0 // indirect
+	golang.org/x/crypto v0.17.0 // indirect
+	golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
+	golang.org/x/sys v0.15.0 // indirect
+	google.golang.org/protobuf v1.33.0 // indirect
 	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 	lukechampine.com/blake3 v1.2.1 // indirect

gorelease says:

# github.com/libp2p/go-libp2p-kbucket
## incompatible changes
(*RoutingTable).GenRandomKey: removed
(*RoutingTable).UsefulNewPeer: removed

# diagnostics
go.mod: the following requirements are needed
	github.com/gogo/[email protected]
	github.com/ipfs/[email protected]
	github.com/ipfs/[email protected]
	github.com/opentracing/[email protected]
Run 'go mod tidy' to add missing requirements.

# summary
Suggested version: v0.7.0

gocompat says:

HEAD is now at 437b9fc Merge pull request #122 from libp2p/fix-abba-bug
Previous HEAD position was 437b9fc Merge pull request #122 from libp2p/fix-abba-bug
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
Copy link
Contributor Author

Closing for #135 since no breaking changes are introduced.

@guillaumemichel guillaumemichel deleted the release/v0.7.0 branch August 27, 2024 10:35
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