From e6d580b0cf34a3a39d28190eff68c63d04f1b85a Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 31 Jul 2019 15:22:31 -0700 Subject: [PATCH] Bump version to 1.2.2 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 443a83c..98cd436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Entries are listed in reverse chronological order. +## 1.2.2 + +* Fix a typo in an internal doc-comment. +* Add the "crypto" tag to crate metadata. +* Fix compilation on nightly broken due to changes to the `#[doc(include)]` path + root. + ## 1.2.1 * Fix a bug in bucket index calculations in the Pippenger multiscalar algorithm diff --git a/Cargo.toml b/Cargo.toml index ba078f8..6243498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "1.2.1" +version = "1.2.2" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" @@ -9,7 +9,7 @@ repository = "https://github.com/dalek-cryptography/curve25519-dalek" homepage = "https://dalek.rs/curve25519-dalek" documentation = "https://docs.rs/curve25519-dalek" categories = ["cryptography", "no-std"] -keywords = ["cryptography", "crypto", "ristretto", "curve25519", "elliptic curve"] +keywords = ["cryptography", "crypto", "ristretto", "curve25519", "ristretto255"] description = "A pure-Rust implementation of group operations on ristretto255 and Curve25519" exclude = [ "**/.gitignore",