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.13.0 #593

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Release v0.13.0 #593

wants to merge 1 commit into from

Conversation

MarcoPolo
Copy link
Contributor

Releases the latest commits. Closes #592

@MarcoPolo MarcoPolo requested a review from vyzo February 4, 2025 22:07
Copy link

github-actions bot commented Feb 4, 2025

Suggested version: 0.13.0

Comparing to: v0.12.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 652266e..f1358e7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,17 +1,18 @@
 module github.com/libp2p/go-libp2p-pubsub
 
-go 1.21
+go 1.22
 
 require (
 	github.com/benbjohnson/clock v1.3.5
 	github.com/gogo/protobuf v1.3.2
 	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/libp2p/go-buffer-pool v0.1.0
-	github.com/libp2p/go-libp2p v0.36.2
+	github.com/libp2p/go-libp2p v0.36.3
 	github.com/libp2p/go-libp2p-testing v0.12.0
 	github.com/libp2p/go-msgio v0.3.0
 	github.com/multiformats/go-multiaddr v0.13.0
 	github.com/multiformats/go-varint v0.0.7
+	go.uber.org/zap v1.27.0
 )
 
 require (
@@ -98,7 +99,6 @@ require (
 	go.uber.org/fx v1.22.2 // indirect
 	go.uber.org/mock v0.4.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
-	go.uber.org/zap v1.27.0 // indirect
 	golang.org/x/crypto v0.26.0 // indirect
 	golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
 	golang.org/x/mod v0.20.0 // indirect

gorelease says:

# github.com/libp2p/go-libp2p-pubsub
## compatible changes
(*GossipSubRouter).SendControl: added
GossipSubMaxIDontWantLength: added
GossipSubParams.MaxIDontWantLength: added

# diagnostics
required module github.com/microcosm-cc/[email protected] retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.13.0

gocompat says:

HEAD is now at 1aeb6eb chore: upgrade go-libp2p (#575)
Previous HEAD position was 1aeb6eb chore: upgrade go-libp2p (#575)
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.

@p-shahi p-shahi requested a review from aschmahmann February 4, 2025 22:26
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.

Release Tag
1 participant