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 #64

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Release v0.4.0 #64

merged 1 commit into from
Oct 1, 2024

Conversation

MarcoPolo
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Oct 1, 2024

Suggested version: 0.4.0

Comparing to: v0.3.1 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 70c5f49..430a4e7 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,25 @@ module github.com/multiformats/go-multiaddr-dns
 
 require (
 	github.com/miekg/dns v1.1.41
-	github.com/multiformats/go-multiaddr v0.2.0
+	github.com/multiformats/go-multiaddr v0.13.0
 )
 
-go 1.15
+require (
+	github.com/ipfs/go-cid v0.0.7 // indirect
+	github.com/klauspost/cpuid/v2 v2.2.6 // indirect
+	github.com/minio/sha256-simd v1.0.1 // indirect
+	github.com/mr-tron/base58 v1.2.0 // indirect
+	github.com/multiformats/go-base32 v0.1.0 // indirect
+	github.com/multiformats/go-base36 v0.2.0 // indirect
+	github.com/multiformats/go-multibase v0.2.0 // indirect
+	github.com/multiformats/go-multihash v0.2.3 // indirect
+	github.com/multiformats/go-varint v0.0.7 // indirect
+	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	golang.org/x/crypto v0.18.0 // indirect
+	golang.org/x/exp v0.0.0-20230725012225-302865e7556b // indirect
+	golang.org/x/net v0.10.0 // indirect
+	golang.org/x/sys v0.16.0 // indirect
+	lukechampine.com/blake3 v1.2.1 // indirect
+)
+
+go 1.22

gorelease says:

# github.com/multiformats/go-multiaddr-dns
## incompatible changes
Dns4Protocol: removed
Dns6Protocol: removed
DnsProtocol: removed
DnsaddrProtocol: removed
P_DNS4: removed
P_DNS6: removed
P_DNS: removed
P_DNSADDR: removed

# summary
Suggested version: v0.4.0

gocompat says:

HEAD is now at 448c10b Merge pull request #27 from multiformats/feat/fqdn-normalization
Previous HEAD position was 448c10b Merge pull request #27 from multiformats/feat/fqdn-normalization
Switched to branch 'master'
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.

@MarcoPolo MarcoPolo merged commit 038b891 into master Oct 1, 2024
13 checks passed
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.

1 participant