Skip to content

Commit

Permalink
Bump version to 0.25.1
Browse files Browse the repository at this point in the history
Recently we found and fixed an unsoundness issue in the
`preallocated_gen_new` function.

Bump version ready to release fix.
  • Loading branch information
tcharding committed Dec 5, 2022
1 parent 1b38d38 commit 7632b59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.25.1 - 2022-12-05

* [Fix soundness issue with `preallocated_gen_new`](https://github.com/rust-bitcoin/rust-secp256k1/pull/548)

# 0.25.0 - 2022-11-22

* Use type system to [improve safety](https://github.com/rust-bitcoin/rust-secp256k1/pull/483).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secp256k1"
version = "0.25.0"
version = "0.25.1"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"
Expand Down

0 comments on commit 7632b59

Please sign in to comment.