Skip to content

Commit d238f97

Browse files
committed
Bump version to 0.32.0-beta
In preparation for release add a changelog entry, bump the version number, and update teh lock files. Note the `0.32.0-beta.X` thing turned out not to work. Go to the next major (minor pre-1.0) number but keep `-beta`.
1 parent 0b3d9ff commit d238f97

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
# 0.33.0-beta - 2025-10-02
2+
3+
* Depend on latest `secp256k1-sys` (vendors `secp256k1 v0.7.0`) [#879](https://github.com/rust-bitcoin/rust-secp256k1/pull/879)
4+
15
# 0.32.0 - 2025-10-02
26

7+
We released `0.32.0-beta.0`, `0.32.0-beta.1`, `0.32.0-beta.2` before
8+
working out that this number scheme does not play nicely with `cargo`.
9+
310
### Remove `Secp256k1` from public API functions
411

512
This one is massive, we came up with an solution to the global context

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

0 commit comments

Comments
 (0)