Bump version to 1.2.2

This commit is contained in:
Henry de Valence 2019-07-31 15:22:31 -07:00
parent cbbdbfb67f
commit e6d580b0cf
2 changed files with 9 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "curve25519-dalek"
version = "1.2.1"
version = "1.2.2"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
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",