Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

release v0.8.0 #47

Merged
merged 1 commit into from
Jan 17, 2022
Merged

release v0.8.0 #47

merged 1 commit into from
Jan 17, 2022

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@github-actions
Copy link

Suggested version: v0.8.0
Comparing to: v0.7.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index f90d381..f663bc6 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/libp2p/go-libp2p-yamux
 go 1.16
 
 require (
-	github.com/libp2p/go-libp2p-core v0.10.0
-	github.com/libp2p/go-libp2p-testing v0.6.0
-	github.com/libp2p/go-yamux/v2 v2.3.0
+	github.com/libp2p/go-libp2p-core v0.14.0
+	github.com/libp2p/go-libp2p-testing v0.7.0
+	github.com/libp2p/go-yamux/v3 v3.0.1
 )

gorelease says:

# github.com/libp2p/go-libp2p-yamux
## incompatible changes
(*Transport).NewConn: changed from func(net.Conn, bool) (github.com/libp2p/go-libp2p-core/mux.MuxedConn, error) to func(net.Conn, bool, github.com/libp2p/go-libp2p-core/network.PeerScope) (github.com/libp2p/go-libp2p-core/network.MuxedConn, error)

# summary
Suggested version: v0.8.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit dc1d6d9 into master Jan 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants