Bump version to 2.0.0-alpha.2 and update changelog.

This commit is contained in:
Henry de Valence 2019-11-15 15:00:15 -08:00
parent 0168816f04
commit 69d72f92d6
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

@ -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"