-
Notifications
You must be signed in to change notification settings - Fork 108
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.27.0 #802
Release v0.27.0 #802
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #802 +/- ##
==========================================
+ Coverage 60.48% 60.53% +0.04%
==========================================
Files 244 244
Lines 31102 31102
==========================================
+ Hits 18813 18827 +14
+ Misses 10612 10603 -9
+ Partials 1677 1672 -5 |
0ca12b7
to
f1826d4
Compare
f1826d4
to
f9f0f29
Compare
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 2e95cd8d..faa56a92 100644
--- a/go.mod
+++ b/go.mod
@@ -40,9 +40,9 @@ require (
github.com/ipld/go-codec-dagpb v1.6.0
github.com/ipld/go-ipld-prime v0.21.0
github.com/libp2p/go-buffer-pool v0.1.0
- github.com/libp2p/go-doh-resolver v0.4.0
- github.com/libp2p/go-libp2p v0.38.1
- github.com/libp2p/go-libp2p-kad-dht v0.28.1
+ github.com/libp2p/go-doh-resolver v0.5.0
+ github.com/libp2p/go-libp2p v0.38.2
+ github.com/libp2p/go-libp2p-kad-dht v0.28.2
github.com/libp2p/go-libp2p-record v0.2.0
github.com/libp2p/go-libp2p-routing-helpers v0.7.4
github.com/libp2p/go-libp2p-testing v0.12.0diff --git a/examples/go.mod b/examples/go.mod
index 522a7c2f..cb78544a 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -11,7 +11,7 @@ require (
github.com/ipfs/go-datastore v0.6.0
github.com/ipld/go-car/v2 v2.14.2
github.com/ipld/go-ipld-prime v0.21.0
- github.com/libp2p/go-libp2p v0.38.1
+ github.com/libp2p/go-libp2p v0.38.2
github.com/multiformats/go-multiaddr v0.14.0
github.com/multiformats/go-multicodec v0.9.0
github.com/prometheus/client_golang v1.20.5
@@ -91,10 +91,10 @@ require (
github.com/koron/go-ssdp v0.0.4 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/libp2p/go-cidranger v1.1.0 // indirect
- github.com/libp2p/go-doh-resolver v0.4.0 // indirect
+ github.com/libp2p/go-doh-resolver v0.5.0 // indirect
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
- github.com/libp2p/go-libp2p-kad-dht v0.28.1 // indirect
+ github.com/libp2p/go-libp2p-kad-dht v0.28.2 // indirect
github.com/libp2p/go-libp2p-kbucket v0.6.4 // indirect
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
github.com/libp2p/go-libp2p-routing-helpers v0.7.4 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Release issue: #799
Kubo PR: ipfs/kubo#10665