Tobin C. Harding
4e44abc2e0
Bump version to v0.23.1
...
We just applied a hot fix to the 0.23.0 released code to fix the
features enabled in `rand` when our "rand-std" feature is enabled. This
requires a bump of the patch version for release.
Bump the version and add a changelog entry.
2022-06-24 14:00:50 +10:00
Martin Habovstiak
b18f5d0454
Removed `Default` from `SerializedSignature`
...
`Default` was pointless, so it was replaced with internal
`from_raw_parts` method which also checks the length.
This commit also documents changes to `SerializedSignature`.
Closes #454
2022-06-22 00:29:57 +02:00
Tobin C. Harding
c1d735802c
Bump crate version to 0.23.0
...
In preparation for release, write CHANGELOG release notes and bump the
crate version to 0.23.0
2022-06-21 08:57:14 +10:00
Dominik Spicher
463148f9a0
bump version to 0.22.1
2022-03-10 22:38:25 +01:00
Andrew Poelstra
aa516384df
update changelog for 0.22.0
2022-03-08 19:45:43 +00:00
Andrew Poelstra
65d32af6fd
bump version to 0.21.3
2022-02-17 17:20:41 +00:00
Andrew Poelstra
c3df9b89a2
Release 0.21.0
2022-01-04 14:30:00 +00:00
Thomas Eizinger
bc42529a16
Rename `secp256k1::bitcoin_hashes` module to `secp256k1::hashes`
2021-09-08 15:46:38 +10:00
Andrew Poelstra
dce8a5d645
bump version to 0.20.3
2021-06-10 14:46:30 +00:00
Andrew Poelstra
5307f9ba6c
release secp256k1 0.20.2
2021-04-27 22:16:58 +00:00
Andrew Poelstra
c4d2fefa70
rust-secp 0.20.0
2020-12-29 19:31:24 +00:00
Andrew Poelstra
19f5138925
Update MSRV to 1.29; increase version to 0.19 and -sys version to 0.3
2020-08-27 14:18:06 +00:00
Andrew Poelstra
060648775e
bump version to 0.18.0
2020-08-26 21:16:22 +00:00
Elichai Turkel
8f52bacb4a
Bump version to 0.17.2
2020-01-09 17:08:39 +02:00
Steven Roose
ebc660bf94
Bump to v0.17.1
2019-12-11 18:57:21 +01:00
Steven Roose
9170dec8a8
Update changelog for v0.17.0
2019-12-10 19:23:57 +00:00
Steven Roose
9bd088233b
Add forgotten mention of upstream update
2019-11-27 21:02:05 +00:00
Steven Roose
845bff25da
Bump version to 0.15.4
2019-09-06 17:15:49 +01:00
Wladimir J. van der Laan
62e5178638
Bump version to 0.15.2
...
And fill in release date for 0.15.2.
2019-08-12 19:21:28 +02:00
Wladimir J. van der Laan
62b9f06104
build.rs: Add feature 'lowmemory' to reduce memory usage
...
Currently, this only set `ECMULT_WINDOW_SIZE` to 4 instead of 15.
Fixes #139 .
fixup
2019-08-12 19:21:22 +02:00
practicalswift
db244a19c6
Fix typos
2019-08-05 13:39:23 +00:00
Jonas Nick
58e820014e
bump version to 0.15.0
2019-07-25 13:06:07 +00:00
Elichai Turkel
a4f6b2786a
Bump version to 0.14.1
2019-07-14 16:35:51 -04:00
Andrew Poelstra
a92a63081b
bump version to 0.14.0
2019-07-08 13:57:52 +00:00
Jonas Nick
ce7b03952b
Bump version to 0.13.0
2019-05-21 18:35:28 +00:00
Andrew Poelstra
432face734
bump version to 0.12.2
2019-01-18 15:35:44 +00:00
Andrew Poelstra
dd8866c144
bump version to 0.12.1
2019-01-15 16:32:55 +00:00
Andrew Poelstra
05885975ab
bump version to 0.12
2018-12-03 13:54:17 +00:00
Andrew Poelstra
8d2347602a
remove `ops::Index` impls for `Signature`
2018-11-10 12:56:19 +00:00
Andrew Poelstra
4819c5aabd
bump version to 0.11.4
2018-11-06 20:38:09 +00:00
Andrew Poelstra
4298438aaa
bump version to 0.11.2
2018-09-11 18:06:30 +00:00
Andrew Poelstra
0d41c23c21
Revert "remove PublicKey::combine"
...
This reverts commit 17450e91fd
.
2018-08-22 20:18:25 +00:00
Andrew Poelstra
ce91fa0f38
bump version to 0.11
2018-08-22 16:40:05 +00:00
Andrew Poelstra
5a27abab52
switch to 64-bit compilation; add flag for 32-bit
2018-08-21 18:38:52 +00:00
Andrew Poelstra
17450e91fd
remove PublicKey::combine
2018-08-15 16:29:23 +00:00
Andrew Poelstra
d4149be931
update `rand` to 0.4
2018-07-30 03:03:20 +00:00
Andrew Poelstra
9fe5150480
bump version to 0.10.0; introduce CHANGELOG.md
2018-07-25 23:49:48 +00:00