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

release v0.16.0 #251

Merged
merged 1 commit into from
May 24, 2022
Merged

release v0.16.0 #251

merged 1 commit into from
May 24, 2022

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@marten-seemann marten-seemann requested a review from vyzo May 24, 2022 11:49
Copy link
Contributor

@vyzo vyzo left a comment

Choose a reason for hiding this comment

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

changelog? We should document the notifee change if anything else.

@github-actions
Copy link

Suggested version: v0.16.0
Comparing to: v0.15.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index bb19907..96d3578 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/libp2p/go-libp2p-core
 go 1.17
 
 require (
-	github.com/btcsuite/btcd v0.20.1-beta
+	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
@@ -21,7 +21,8 @@ require (
 )
 
 require (
-	github.com/davecgh/go-spew v1.1.0 // indirect
+	github.com/davecgh/go-spew v1.1.1 // indirect
+	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
 	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
 	github.com/multiformats/go-base32 v0.0.3 // indirect
 	github.com/multiformats/go-base36 v0.1.0 // indirect

gorelease says:

# github.com/libp2p/go-libp2p-core/crypto
## incompatible changes
(*PublicKey).Equal, method set of *Secp256k1PrivateKey: removed
Curve.Add, method set of *Secp256k1PrivateKey: removed
Curve.Add, method set of *Secp256k1PublicKey: removed
Curve.Add, method set of Secp256k1PrivateKey: removed
Curve.Add, method set of Secp256k1PublicKey: removed
Curve.Double, method set of *Secp256k1PrivateKey: removed
Curve.Double, method set of *Secp256k1PublicKey: removed
Curve.Double, method set of Secp256k1PrivateKey: removed
Curve.Double, method set of Secp256k1PublicKey: removed
Curve.IsOnCurve, method set of *Secp256k1PrivateKey: removed
Curve.IsOnCurve, method set of *Secp256k1PublicKey: removed
Curve.IsOnCurve, method set of Secp256k1PrivateKey: removed
Curve.IsOnCurve, method set of Secp256k1PublicKey: removed
Curve.Params, method set of *Secp256k1PrivateKey: removed
Curve.Params, method set of *Secp256k1PublicKey: removed
Curve.Params, method set of Secp256k1PrivateKey: removed
Curve.Params, method set of Secp256k1PublicKey: removed
Curve.ScalarBaseMult, method set of *Secp256k1PrivateKey: removed
Curve.ScalarBaseMult, method set of *Secp256k1PublicKey: removed
Curve.ScalarBaseMult, method set of Secp256k1PrivateKey: removed
Curve.ScalarBaseMult, method set of Secp256k1PublicKey: removed
Curve.ScalarMult, method set of *Secp256k1PrivateKey: removed
Curve.ScalarMult, method set of *Secp256k1PublicKey: removed
Curve.ScalarMult, method set of Secp256k1PrivateKey: removed
Curve.ScalarMult, method set of Secp256k1PublicKey: removed
Secp256k1PrivateKey.Curve: removed
Secp256k1PrivateKey.D: removed
Secp256k1PrivateKey.PublicKey: removed
Secp256k1PrivateKey.X: removed
Secp256k1PrivateKey.Y: removed
Secp256k1PublicKey.Curve: removed
Secp256k1PublicKey.X: removed
Secp256k1PublicKey.Y: removed
## compatible changes
Secp256k1PrivateKey.Key: added

# github.com/libp2p/go-libp2p-core/network
## incompatible changes
(*NoopNotifiee).ClosedStream: removed
(*NoopNotifiee).OpenedStream: removed
(*NotifyBundle).ClosedStream: removed
(*NotifyBundle).OpenedStream: removed
Notifiee.ClosedStream: removed
Notifiee.OpenedStream: removed
NotifyBundle.ClosedStreamF: removed
NotifyBundle.OpenedStreamF: removed

# summary
Suggested version: v0.16.0

gocompat says:

(empty)

@marten-seemann
Copy link
Contributor Author

changelog? We should document the notifee change if anything else.

Will do, in the release notes.

@marten-seemann marten-seemann merged commit 9923194 into master May 24, 2022
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