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.4.0 #97

Merged
merged 1 commit into from
Jan 17, 2022
Merged

release v0.4.0 #97

merged 1 commit into from
Jan 17, 2022

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@github-actions
Copy link

Suggested version: v0.4.0
Comparing to: v0.3.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index dac7e03..d9f3c10 100644
--- a/go.mod
+++ b/go.mod
@@ -1,16 +1,12 @@
 module github.com/libp2p/go-mplex
 
 require (
-	github.com/ipfs/go-log v1.0.4
-	github.com/ipfs/go-log/v2 v2.1.1 // indirect
+	github.com/ipfs/go-log/v2 v2.5.0
 	github.com/libp2p/go-buffer-pool v0.0.2
 	github.com/libp2p/go-libp2p-testing v0.1.2-0.20200422005655-8775583591d8
 	github.com/multiformats/go-varint v0.0.6
-	github.com/opentracing/opentracing-go v1.2.0 // indirect
-	go.uber.org/multierr v1.5.0
-	go.uber.org/zap v1.15.0 // indirect
-	golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443 // indirect
+	go.uber.org/multierr v1.6.0
 	google.golang.org/grpc v1.28.1
 )
 
-go 1.13
+go 1.16

gorelease says:

# github.com/libp2p/go-mplex
## incompatible changes
NewMultiplex: changed from func(net.Conn, bool) *Multiplex to func(net.Conn, bool, MemoryManager) *Multiplex
## compatible changes
(*Multiplex).CloseChan: added
MemoryManager: added

# summary
Suggested version: v0.4.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit 6118b4d 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.

None yet

2 participants