We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e77249 commit 4539519Copy full SHA for 4539519
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.27.0 - 2023-13-15
2
+
3
+* [Depend on newly release `bitcoin_hashes` v0.12](https://github.com/rust-bitcoin/rust-secp256k1/pull/588).
4
+* [Implement `Debug` trait for `Scalar` type](https://github.com/rust-bitcoin/rust-secp256k1/pull/578).
5
+* [Implement `insecure-erase`](https://github.com/rust-bitcoin/rust-secp256k1/pull/582).
6
7
# 0.26.0 - 2202-12-19
8
9
* Update libsecp25k1 to v0.2.0
Cargo.toml
@@ -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"
0 commit comments