Bump version number to v0.24.0
We have updated the `bitcoin_hashes` version, this requires a minor version bump and release.
This commit is contained in:
parent
6062ea7d54
commit
d31bbc1723
|
@ -1,3 +1,8 @@
|
||||||
|
|
||||||
|
# 0.24.0 - 2022-07-20
|
||||||
|
|
||||||
|
* Upgrade to new release of [bitcoin_hashes](https://github.com/rust-bitcoin/bitcoin_hashes/releases/tag/0.11.0).
|
||||||
|
|
||||||
# 0.23.4 - 2022-07-14
|
# 0.23.4 - 2022-07-14
|
||||||
|
|
||||||
* [Disable automatic rerandomization of contexts under WASM](https://github.com/rust-bitcoin/rust-secp256k1/pull/474)
|
* [Disable automatic rerandomization of contexts under WASM](https://github.com/rust-bitcoin/rust-secp256k1/pull/474)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "secp256k1"
|
name = "secp256k1"
|
||||||
version = "0.23.4"
|
version = "0.24.0"
|
||||||
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
||||||
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
|
|
Loading…
Reference in New Issue