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

release v0.6.0 #113

Merged
merged 1 commit into from
Jan 18, 2022
Merged

release v0.6.0 #113

merged 1 commit into from
Jan 18, 2022

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@github-actions
Copy link

Suggested version: v0.6.0
Comparing to: v0.5.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index bdbd9b4..9f621c4 100644
--- a/go.mod
+++ b/go.mod
@@ -2,13 +2,13 @@ module github.com/libp2p/go-ws-transport
 
 require (
 	github.com/gorilla/websocket v1.4.2
-	github.com/libp2p/go-conn-security-multistream v0.2.1
-	github.com/libp2p/go-libp2p-core v0.9.0
-	github.com/libp2p/go-libp2p-mplex v0.4.1
-	github.com/libp2p/go-libp2p-testing v0.4.2
-	github.com/libp2p/go-libp2p-transport-upgrader v0.4.3
-	github.com/multiformats/go-multiaddr v0.3.3
+	github.com/libp2p/go-conn-security-multistream v0.3.0
+	github.com/libp2p/go-libp2p-core v0.14.0
+	github.com/libp2p/go-libp2p-mplex v0.5.0
+	github.com/libp2p/go-libp2p-testing v0.7.0
+	github.com/libp2p/go-libp2p-transport-upgrader v0.7.0
+	github.com/multiformats/go-multiaddr v0.4.1
 	github.com/multiformats/go-multiaddr-fmt v0.1.0
 )
 
-go 1.15
+go 1.16diff --git a/tools/go.mod b/tools/go.mod
index 011649b..d295a7a 100644
--- a/tools/go.mod
+++ b/tools/go.mod
@@ -1,5 +1,5 @@
 module github.com/libp2p/go-ws-transport/tools
 
-go 1.15
+go 1.16
 
 require github.com/agnivade/wasmbrowsertest v0.3.5

gorelease says:

# github.com/libp2p/go-ws-transport
## incompatible changes
New: changed from func(*github.com/libp2p/go-libp2p-transport-upgrader.Upgrader) *WebsocketTransport to func(github.com/libp2p/go-libp2p-core/transport.Upgrader, github.com/libp2p/go-libp2p-core/network.ResourceManager) *WebsocketTransport
WebsocketTransport.Upgrader: removed

# summary
Suggested version: v0.6.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit 7383780 into master Jan 18, 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.

1 participant