Bump version number to v0.24.1

We have fixed a bug in `KeyPair` decoding and otherwise didn't change the API.
This commit is contained in:
elsirion 2022-10-25 20:32:58 +02:00
parent 53c1354cc5
commit 1f327b478a
No known key found for this signature in database
GPG Key ID: B3005E571AA314DA
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# 0.24.1 - 2022-10-25
* [Fix broken deserialization logic of `KeyPair`](https://github.com/rust-bitcoin/rust-secp256k1/issues/491) that previously always panicked. After the patch deserialization only panics if neither the `global-context` nor the `alloc` (default) feature is active.
# 0.24.0 - 2022-07-20

View File

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