Merge rust-bitcoin/rust-secp256k1#685: Release tracking PR: `v0.29.0`

5f9baaa7d5 Bump version to 0.29.0 (Tobin C. Harding)

Pull request description:

  In preparation for release add a dummy changelog entry and bump the version.

ACKs for top commit:
  apoelstra:
    ACK 5f9baaa7d5

Tree-SHA512: 1c58dfbc5c55402aae25e50ff096b7af0cc3d85fef05297f597edea264f9a7534983a2a9e79c15e6514142321c71ea8b48a8b80da960e933d2a155162e6e41b4
This commit is contained in:
Andrew Poelstra 2024-04-02 21:49:33 +00:00
commit 6648126c69
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
4 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Unreleased
# 0.29.0 - 2024-04-02
* Deprecate `ThirtyTwoByteHash`
* Deprecate `ThirtyTwoByteHash` [#686](https://github.com/rust-bitcoin/rust-secp256k1/pull/686)
This trait turned out to be problematic during upgrade because we support a ranged dependency for
`bitcoin_hashes`. Consider implementing `From<T> for Message` for your type iff your type is a 32
@ -9,8 +9,9 @@
introducing generics in a future version and the compiler will not be able to work out the target
type.
* Bump MSRV to Rust `v1.56.1`
* Upgrade `hashes` using range dependency `version = ">= 0.12, <= 0.14"`.
* Bump MSRV to Rust `v1.56.1` [#693](https://github.com/rust-bitcoin/rust-secp256k1/pull/693)
* Upgrade `hashes` using range dependency `version = ">= 0.12, <= 0.14"` [#690](https://github.com/rust-bitcoin/rust-secp256k1/pull/690)
* Depend on latest `secp256k1-sys` (vendors `secp256k1 v0.4.1`) [#688](https://github.com/rust-bitcoin/rust-secp256k1/pull/688)
# 0.28.2 - 2024-01-30

View File

@ -257,7 +257,7 @@ checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "secp256k1"
version = "0.28.2"
version = "0.29.0"
dependencies = [
"bincode",
"bitcoin_hashes",

View File

@ -178,7 +178,7 @@ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "secp256k1"
version = "0.28.2"
version = "0.29.0"
dependencies = [
"bincode",
"bitcoin_hashes",

View File

@ -1,6 +1,6 @@
[package]
name = "secp256k1"
version = "0.28.2"
version = "0.29.0"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"