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: bump to v0.22.0 #821

Merged
merged 2 commits into from
Feb 22, 2023
Merged

chore: bump to v0.22.0 #821

merged 2 commits into from
Feb 22, 2023

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Feb 22, 2023

No description provided.

version.json Outdated Show resolved Hide resolved
@Jorropo Jorropo merged commit 76b0f76 into libp2p:master Feb 22, 2023
@Jorropo
Copy link
Contributor

Jorropo commented Feb 22, 2023

I think it should be 0.21.1, goreleaser disagree that because the go version was bumped which we don't care anyway of the quic issue.

@github-actions
Copy link

Suggested version: v0.21.1

Comparing to: v0.21.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index ea2bb7a..0c0259a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/libp2p/go-libp2p-kad-dht
 
-go 1.18
+go 1.19
 
 require (
 	github.com/gogo/protobuf v1.3.2

gorelease says:

# github.com/libp2p/go-libp2p-kad-dht/rtrefresh
## incompatible changes
NewRtRefreshManager: changed from func(github.com/libp2p/go-libp2p/core/host.Host, *github.com/libp2p/go-libp2p-kbucket.RoutingTable, bool, func(cpl uint) (string, error), func(ctx context.Context, key string) error, time.Duration, time.Duration, time.Duration, chan struct{}) (*RtRefreshManager, error) to func(github.com/libp2p/go-libp2p/core/host.Host, *github.com/libp2p/go-libp2p-kbucket.RoutingTable, bool, func(cpl uint) (string, error), func(ctx context.Context, key string) error, func(ctx context.Context, p github.com/libp2p/go-libp2p/core/peer.ID) error, time.Duration, time.Duration, time.Duration, chan struct{}) (*RtRefreshManager, error)

# diagnostics
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.22.0

gocompat says:

Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)

Automatically created GitHub Release

Pre-creating GitHub Releases on release PRs initiated from forks is not supported.
If you wish to prepare release notes yourself, you should create a draft GitHub Release for tag v0.21.1 manually.
The draft GitHub Release is going to be published when this PR is merged.
If you choose not to create a draft GitHub Release, a published GitHub Released is going to be created when this PR is merged.

@hacdias hacdias deleted the patch-1 branch February 22, 2023 16:04
guillaumemichel pushed a commit to guillaumemichel/go-libp2p-kad-dht that referenced this pull request Apr 6, 2023
* chore: bump to v0.22.0

* chore: bump to v0.21.1

---------

Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
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.

2 participants