-
Notifications
You must be signed in to change notification settings - Fork 116
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
chore: release v0.15.0 #266
Conversation
Should we have megular expressions in this? |
Hmm, that could be nice. Let me get that ready. I want to add capturing byte values first. |
On second thought, this is already going to be a tough rollout as is. Let's not make it bigger with Megular just yet. We can release Megular next when go-libp2p starts using it. |
e7c8150
to
b38aa8c
Compare
b38aa8c
to
d8782ae
Compare
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index e3249bf..f1457a0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/multiformats/go-multiaddr
-go 1.22
+go 1.23
require (
github.com/ipfs/go-cid v0.0.7
@@ -20,8 +20,8 @@ require (
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
- golang.org/x/crypto v0.18.0 // indirect
- golang.org/x/sys v0.16.0 // indirect
+ golang.org/x/crypto v0.31.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
lukechampine.com/blake3 v1.2.1 // indirect
)
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
No description provided.