Commit 6e5c556
committed
Merge #874: Fix release and do another RC:
5648336 Bump version to 0.32.0-beta.2 (Tobin C. Harding)
d4f22df Switch arg order in verify_ecdsa (Tobin C. Harding)
bdcb242 Remove doc_auto_cfg (Tobin C. Harding)
Pull request description:
The changes in this release do not need a changelog entry because they are:
- Remove `doc_auto_cfg`
- Re-order args in deprecated method we just added already (changelog mentions it already).
I noticed the arg thing while doing the upgrade in `bitcoin` and have tested the change.
ACKs for top commit:
apoelstra:
ACK 5648336; successfully ran local tests
Tree-SHA512: efb04ea5244e1ce4d5f4489b068c6d882fcf01a08803330c9555daeb0601f095723b88e348e15d9c2ea6f9c4b32742af689c810ec745e58b763ec615e91f4aa8v0.32.0-beta.2
File tree
6 files changed
+6
-8
lines changed- secp256k1-sys/src
- src
- ecdsa
6 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | 423 | | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | 152 | | |
154 | 153 | | |
155 | 154 | | |
| |||
0 commit comments