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.6.0 #178

Merged
merged 1 commit into from
Jun 22, 2022
Merged

release v0.6.0 #178

merged 1 commit into from
Jun 22, 2022

Conversation

MarcoPolo
Copy link
Contributor

To include the new ipcidr stuff. Unblocks libp2p/go-libp2p#1606

@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 907c155..837669a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/multiformats/go-multiaddr
 
-go 1.16
+go 1.17
 
 require (
 	github.com/ipfs/go-cid v0.0.7
@@ -8,3 +8,18 @@ require (
 	github.com/multiformats/go-varint v0.0.6
 	github.com/stretchr/testify v1.7.0
 )
+
+require (
+	github.com/davecgh/go-spew v1.1.0 // indirect
+	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
+	github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 // indirect
+	github.com/mr-tron/base58 v1.1.3 // indirect
+	github.com/multiformats/go-base32 v0.0.3 // indirect
+	github.com/multiformats/go-base36 v0.1.0 // indirect
+	github.com/multiformats/go-multibase v0.0.3 // indirect
+	github.com/pmezard/go-difflib v1.0.0 // indirect
+	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
+	golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
+	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+)

gorelease says:

# github.com/multiformats/go-multiaddr
## compatible changes
Contains: added
P_IPCIDR: added
TranscoderIPCIDR: added

# github.com/multiformats/go-multiaddr/net
## compatible changes
MultiaddrToIPNet: added

# summary
Suggested version: v0.6.0

gocompat says:

(empty)

@marten-seemann
Copy link
Contributor

Let's get the WebTransport change in first.

@marten-seemann marten-seemann changed the title Bump version release v0.6.0 Jun 22, 2022
@MarcoPolo MarcoPolo merged commit 043a1ee into master Jun 22, 2022
@MarcoPolo MarcoPolo mentioned this pull request Jul 7, 2022
41 tasks
@ajnavarro ajnavarro mentioned this pull request Aug 24, 2022
72 tasks
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