mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Bump version to 2.0.0-alpha.2 and update changelog.
This commit is contained in:
parent
0168816f04
commit
69d72f92d6
2 changed files with 7 additions and 1 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
Entries are listed in reverse chronological order.
|
||||
|
||||
## 2.0.0-alpha.2
|
||||
|
||||
* Require `subtle = ^2.2.1` and remove the note advising nightly Rust, which is
|
||||
no longer required as of that version of `subtle`. See the `subtle`
|
||||
changelog for more details.
|
||||
|
||||
## 2.0.0-alpha.1
|
||||
|
||||
* Update `README.md` for `2.x` series.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "curve25519-dalek"
|
||||
version = "2.0.0-alpha.1"
|
||||
version = "2.0.0-alpha.2"
|
||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Reference in a new issue