Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Release v0.18.0 #270

Merged
merged 1 commit into from
Jun 30, 2022
Merged

Release v0.18.0 #270

merged 1 commit into from
Jun 30, 2022

Conversation

MarcoPolo
Copy link
Contributor

No description provided.

@github-actions
Copy link

Suggested version: v0.18.0
Comparing to: v0.17.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index a96c5ab..dd97688 100644
--- a/go.mod
+++ b/go.mod
@@ -7,17 +7,17 @@ require (
 	github.com/btcsuite/btcd/btcec/v2 v2.1.3
 	github.com/coreos/go-semver v0.3.0
 	github.com/gogo/protobuf v1.3.1
-	github.com/ipfs/go-cid v0.0.7
+	github.com/ipfs/go-cid v0.2.0
 	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/libp2p/go-buffer-pool v0.0.2
 	github.com/libp2p/go-flow-metrics v0.0.3
 	github.com/libp2p/go-msgio v0.0.6
 	github.com/libp2p/go-openssl v0.0.7
-	github.com/minio/sha256-simd v0.1.1
+	github.com/minio/sha256-simd v1.0.0
 	github.com/mr-tron/base58 v1.2.0
 	github.com/multiformats/go-multiaddr v0.4.1
 	github.com/multiformats/go-multicodec v0.4.1
-	github.com/multiformats/go-multihash v0.0.14
+	github.com/multiformats/go-multihash v0.0.15
 	github.com/multiformats/go-varint v0.0.6
 	github.com/stretchr/testify v1.7.0
 )
@@ -26,6 +26,7 @@ require (
 	github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
 	github.com/davecgh/go-spew v1.1.1 // indirect
 	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
+	github.com/klauspost/cpuid/v2 v2.0.4 // indirect
 	github.com/mattn/go-isatty v0.0.14 // indirect
 	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
 	github.com/multiformats/go-base32 v0.0.3 // indirect
@@ -33,11 +34,10 @@ require (
 	github.com/multiformats/go-multibase v0.0.3 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
 	github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
-	github.com/spaolacci/murmur3 v1.1.0 // indirect
 	go.uber.org/atomic v1.7.0 // indirect
 	go.uber.org/multierr v1.6.0 // indirect
 	go.uber.org/zap v1.19.1 // indirect
-	golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
+	golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
 	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
 	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
 )

gorelease says:

# github.com/libp2p/go-libp2p-core/canonicallog
## compatible changes
LogPeerStatus: added

# github.com/libp2p/go-libp2p-core/mux
## incompatible changes
package removed

# github.com/libp2p/go-libp2p-core/peer
## incompatible changes
NewLimitedSet: removed
NewSet: removed
Set: removed

# summary
Suggested version: v0.18.0

gocompat says:

(empty)

Copy link
Contributor

@marten-seemann marten-seemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of intermediate releases this time. One more reason for consolidating -core into go-libp2p.

@MarcoPolo MarcoPolo merged commit 1d0e2c7 into master Jun 30, 2022
@MarcoPolo MarcoPolo deleted the MarcoPolo-patch-1 branch June 30, 2022 18:24
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants