File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.13.0 - 2019-05-21
2
+
3
+ * Update minimum supported rust compiler 1.22.
4
+ * Replace ` serialize_der ` function with ` SerializedSignature ` struct.
5
+ * Allow building without a standard library (` no_std ` ). ` std ` feature is on by default.
6
+ * Add human readable serialization to ` Signatures ` and ` SecretKeys ` .
7
+ * Stop displaying 0 bytes if a ` Signature ` is less than 72 bytes.
8
+ * Only compile recovery module if feature ` recovery ` is set (non-default).
9
+ * Updat ` rand ` dependency from 0.4 to 0.6 and add ` rand_core ` 0.4 dependency.
10
+ * Relax ` cc ` dependency requirements.
11
+
1
12
# 0.12.2 - 2019-01-18
2
13
3
14
* Fuzzer bug fix
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " secp256k1"
4
- version = " 0.12.2 "
4
+ version = " 0.13.0 "
5
5
authors = [
" Dawid Ciężarkiewicz <[email protected] >" ,
6
6
" Andrew Poelstra <[email protected] >" ]
7
7
license = " CC0-1.0"
You can’t perform that action at this time.
0 commit comments