Bump version to v0.23.2

A couple of quick fixes where merged over the last two days, bump the
version ready to do a point release. Add changelog entry also.
This commit is contained in:
Tobin C. Harding 2022-06-29 10:58:25 +10:00
parent a5918c615a
commit 580aba82d0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 0.23.3 - 2022-06-29
* [Add must_use for mut self key manipulation methods](https://github.com/rust-bitcoin/rust-secp256k1/pull/465)
* [Fix fuzzing feature guard](https://github.com/rust-bitcoin/rust-secp256k1/pull/466)
# 0.23.2 - 2022-06-27 # 0.23.2 - 2022-06-27
* [Move `cbor` to dev-dependencies](https://github.com/rust-bitcoin/rust-secp256k1/pull/461) * [Move `cbor` to dev-dependencies](https://github.com/rust-bitcoin/rust-secp256k1/pull/461)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "secp256k1" name = "secp256k1"
version = "0.23.2" version = "0.23.3"
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"