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.7.0 #47

Merged
merged 1 commit into from
Jan 17, 2022
Merged

release v0.7.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.7.0
Comparing to: v0.6.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 15b6ecc..99692a3 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,10 @@ module github.com/libp2p/go-libp2p-testing
 go 1.16
 
 require (
-	github.com/libp2p/go-libp2p-core v0.10.0
-	github.com/multiformats/go-multiaddr v0.3.1
-	go.uber.org/atomic v1.6.0
+	github.com/golang/mock v1.6.0
+	github.com/ipfs/go-log/v2 v2.5.0
+	github.com/libp2p/go-libp2p-core v0.14.0
+	github.com/multiformats/go-multiaddr v0.4.1
+	go.uber.org/atomic v1.7.0
 	google.golang.org/grpc v1.31.1
 )

gorelease says:

# github.com/libp2p/go-libp2p-testing/mocks/network
## compatible changes
package added

# github.com/libp2p/go-libp2p-testing/net
## incompatible changes
WriteTrackedConn: old is comparable, new is not

# github.com/libp2p/go-libp2p-testing/netutil
## compatible changes
package added

# github.com/libp2p/go-libp2p-testing/suites/mux
## incompatible changes
SubtestStress50Conn10Stream50Msg: removed
## compatible changes
SubtestStress10Conn10Stream50Msg: added

# summary
Suggested version: v0.7.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit af8afce into master Jan 17, 2022
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