libp2p / go-libp2p-kbucket

A kbucket implementation for use as a routing table
MIT License
48 stars 35 forks source link

chore: release v0.6.2 #121

Closed guillaumemichel closed 1 year ago

github-actions[bot] commented 1 year ago

Suggested version: v0.6.2

Comparing to: v0.6.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 887af1c..0e39131 100644
--- a/go.mod
+++ b/go.mod
@@ -6,11 +6,11 @@ require (
    github.com/ipfs/boxo v0.8.1
    github.com/ipfs/go-log v1.0.5
    github.com/libp2p/go-cidranger v1.1.0
-   github.com/libp2p/go-libp2p v0.27.5
+   github.com/libp2p/go-libp2p v0.27.6
    github.com/libp2p/go-libp2p-asn-util v0.3.0
    github.com/minio/sha256-simd v1.0.1
    github.com/multiformats/go-multiaddr v0.9.0
-   github.com/multiformats/go-multihash v0.2.2
+   github.com/multiformats/go-multihash v0.2.3
    github.com/stretchr/testify v1.8.4
 )

gorelease says:

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

# diagnostics
go.mod: the following requirements are needed
    github.com/ipfs/go-ipfs-util@v0.0.2
Run 'go mod tidy' to add missing requirements.

# summary
Suggested version: v0.7.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.