Skip to content

Commit 243fdac

Browse files
committed
Bump version to 0.32.0-beta.1
We just added the secp context methods back in (deprecated) to make upgrading easier. In preparation for release, bump the version, add a note in the changelog, and update the lock files.
1 parent 72ca4e8 commit 243fdac

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ don't have to create and pass in a context object in all the APIs - BOOM!
1010
* Remove context from the API [#844](https://github.com/rust-bitcoin/rust-secp256k1/pull/844)
1111
* Fix rerandomization seed usage [#855](https://github.com/rust-bitcoin/rust-secp256k1/pull/855)
1212

13+
(Note, to help with the upgrade path we left the methods on the context in place but deprecated.)
14+
1315
And we also did:
1416

1517
* Remove the `bitcoin-hashes` feature (and dependency) [#837](https://github.com/rust-bitcoin/rust-secp256k1/pull/837)

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
206206

207207
[[package]]
208208
name = "secp256k1"
209-
version = "0.32.0-beta.0"
209+
version = "0.32.0-beta.1"
210210
dependencies = [
211211
"arbitrary",
212212
"bincode",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
197197

198198
[[package]]
199199
name = "secp256k1"
200-
version = "0.32.0-beta.0"
200+
version = "0.32.0-beta.1"
201201
dependencies = [
202202
"arbitrary",
203203
"bincode",

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.32.0-beta.0"
3+
version = "0.32.0-beta.1"
44
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
55
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
66
license = "CC0-1.0"

0 commit comments

Comments
 (0)