From 69d72f92d60f8c59adb4bee036c5989061183918 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 15 Nov 2019 15:00:15 -0800 Subject: [PATCH] Bump version to 2.0.0-alpha.2 and update changelog. --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c2fbc..2652228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index d63e79a..a20a43c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "2.0.0-alpha.1" +version = "2.0.0-alpha.2" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"