mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update CHANGELOG and bump version
This commit is contained in:
parent
db8d859f0c
commit
6b71cd863a
2 changed files with 6 additions and 1 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
Entries are listed in reverse chronological order.
|
||||
|
||||
## 2.0.0-alpha.1
|
||||
|
||||
* Update `README.md` for `2.x` series.
|
||||
* Fix a `Zeroize`-related build issue in the AVX2 backend.
|
||||
|
||||
## 2.0.0-alpha.0
|
||||
|
||||
* Fix a data modeling error in the `serde` feature pointed out by Trevor Perrin
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "curve25519-dalek"
|
||||
version = "2.0.0-alpha.0"
|
||||
version = "2.0.0-alpha.1"
|
||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Reference in a new issue