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.2.0 #30

Merged
merged 1 commit into from
Jun 1, 2023
Merged

release v0.2.0 #30

merged 1 commit into from
Jun 1, 2023

Conversation

marten-seemann
Copy link

No description provided.

@github-actions
Copy link

github-actions bot commented Jun 1, 2023

Suggested version: v0.2.0

Comparing to: v0.1.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 53fe02c..b6ad822 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,17 @@
 module github.com/libp2p/go-nat
 
 require (
-	github.com/huin/goupnp v1.0.0
+	github.com/huin/goupnp v1.2.0
 	github.com/jackpal/go-nat-pmp v1.0.2
-	github.com/koron/go-ssdp v0.0.0-20191105050749-2e1c40ed0b5d
-	github.com/libp2p/go-netroute v0.1.2
+	github.com/koron/go-ssdp v0.0.4
+	github.com/libp2p/go-netroute v0.2.1
 )
 
-go 1.16
+require (
+	github.com/google/gopacket v1.1.19 // indirect
+	golang.org/x/net v0.10.0 // indirect
+	golang.org/x/sync v0.2.0 // indirect
+	golang.org/x/sys v0.8.0 // indirect
+)
+
+go 1.19

gorelease says:

# github.com/libp2p/go-nat
## incompatible changes
NAT.AddPortMapping: changed from func(string, int, string, time.Duration) (int, error) to func(context.Context, string, int, string, time.Duration) (int, error)
NAT.DeletePortMapping: changed from func(string, int) error to func(context.Context, string, int) error

# summary
Suggested version: v0.2.0

gocompat says:

Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@marten-seemann marten-seemann merged commit 14ce74b into master Jun 1, 2023
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