Skip to content

Commit ca83f9f

Browse files
committed
Merge #523: Tracking PR for release v0.25.0
1dbd769 secp256k1: Bump crate version to 0.25.0 (Tobin C. Harding) Pull request description: Add changelog notes and bump the crate version to v0.25.0! ACKs for top commit: apoelstra: ACK 1dbd769 Tree-SHA512: 462f103842d093ca019dea26e3e1bc9faf10d711846afe74562340320cfbd030f121bf834963f347fdeab2f3477dc3c3e15e3653619c634c149cddc059a60042
2 parents 3760ef6 + 1dbd769 commit ca83f9f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.25.0 - 2022-11-22
2+
3+
* Use type system to [improve safety](https://github.com/rust-bitcoin/rust-secp256k1/pull/483).
4+
* [Change secp256k1-sys symbol names to 0_6_1](https://github.com/rust-bitcoin/rust-secp256k1/pull/490).
5+
* [Introduce `rustfmt`](https://github.com/rust-bitcoin/rust-secp256k1/pull/499) to the codebase.
6+
* [Make all raw pointer methods go through the CPtr trait](https://github.com/rust-bitcoin/rust-secp256k1/pull/507).
7+
* [Make comparison functions stable](https://github.com/rust-bitcoin/rust-secp256k1/pull/518).
8+
19
# 0.24.1 - 2022-10-25
210

311
* [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.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1"
3-
version = "0.24.1"
3+
version = "0.25.0"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>" ]
66
license = "CC0-1.0"

0 commit comments

Comments
 (0)