Bump version to 0.27.0

Add changelog notes and bump the minor version number.
This commit is contained in:
Tobin C. Harding 2023-03-15 15:10:49 +11:00
parent 8e772493dc
commit 45395190c2
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 0.27.0 - 2023-13-15
* [Depend on newly release `bitcoin_hashes` v0.12](https://github.com/rust-bitcoin/rust-secp256k1/pull/588).
* [Implement `Debug` trait for `Scalar` type](https://github.com/rust-bitcoin/rust-secp256k1/pull/578).
* [Implement `insecure-erase`](https://github.com/rust-bitcoin/rust-secp256k1/pull/582).
# 0.26.0 - 2202-12-19
* Update libsecp25k1 to v0.2.0

View File

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