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

release v0.5.0 #150

Merged
merged 1 commit into from
Jan 18, 2022
Merged

release v0.5.0 #150

merged 1 commit into from
Jan 18, 2022

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@github-actions
Copy link

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

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index a4c2475..efcb39f 100644
--- a/go.mod
+++ b/go.mod
@@ -1,16 +1,15 @@
 module github.com/libp2p/go-libp2p-circuit
 
-go 1.12
+go 1.16
 
 require (
-	github.com/gogo/protobuf v1.3.1
-	github.com/ipfs/go-log v1.0.4
+	github.com/gogo/protobuf v1.3.2
+	github.com/ipfs/go-log v1.0.5
 	github.com/libp2p/go-buffer-pool v0.0.2
 	github.com/libp2p/go-libp2p-blankhost v0.2.0
-	github.com/libp2p/go-libp2p-core v0.7.0
-	github.com/libp2p/go-libp2p-swarm v0.3.0
-	github.com/libp2p/go-libp2p-transport-upgrader v0.3.0
+	github.com/libp2p/go-libp2p-core v0.14.0
+	github.com/libp2p/go-libp2p-swarm v0.10.0
 	github.com/libp2p/go-msgio v0.0.6
-	github.com/multiformats/go-multiaddr v0.3.1
+	github.com/multiformats/go-multiaddr v0.5.0
 	github.com/multiformats/go-varint v0.0.6
 )

gorelease says:

# github.com/libp2p/go-libp2p-circuit
## incompatible changes
AddRelayTransport: changed from func(context.Context, github.com/libp2p/go-libp2p-core/host.Host, *github.com/libp2p/go-libp2p-transport-upgrader.Upgrader, ...RelayOpt) error to func(github.com/libp2p/go-libp2p-core/host.Host, github.com/libp2p/go-libp2p-core/transport.Upgrader, ...RelayOpt) error
NewRelay: changed from func(context.Context, github.com/libp2p/go-libp2p-core/host.Host, *github.com/libp2p/go-libp2p-transport-upgrader.Upgrader, ...RelayOpt) (*Relay, error) to func(github.com/libp2p/go-libp2p-core/host.Host, github.com/libp2p/go-libp2p-core/transport.Upgrader, ...RelayOpt) (*Relay, error)
P_CIRCUIT: removed
Protocol: removed
## compatible changes
(*RelayTransport).Close: added

# summary
Suggested version: v0.5.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit 28aa446 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