Skip to content

Commit 7632b59

Browse files
committed
Bump version to 0.25.1
Recently we found and fixed an unsoundness issue in the `preallocated_gen_new` function. Bump version ready to release fix.
1 parent 1b38d38 commit 7632b59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.25.1 - 2022-12-05
2+
3+
* [Fix soundness issue with `preallocated_gen_new`](https://github.com/rust-bitcoin/rust-secp256k1/pull/548)
4+
15
# 0.25.0 - 2022-11-22
26

37
* Use type system to [improve safety](https://github.com/rust-bitcoin/rust-secp256k1/pull/483).

Cargo.toml

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

0 commit comments

Comments
 (0)