mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
Update CHANGELOG and bump version to 3.1.2.
This commit is contained in:
parent
74210d28fc
commit
90aab8423c
3 changed files with 7 additions and 2 deletions
|
|
@ -5,6 +5,11 @@ major series.
|
||||||
|
|
||||||
## 3.x series
|
## 3.x series
|
||||||
|
|
||||||
|
### 3.1.2
|
||||||
|
|
||||||
|
* Revert a commit which mistakenly removed support for `zeroize` traits
|
||||||
|
for some point types, as well as elligator2 support for Edwards points.
|
||||||
|
|
||||||
### 3.1.1
|
### 3.1.1
|
||||||
|
|
||||||
* Fix documentation builds on nightly due to syntax changes to
|
* Fix documentation builds on nightly due to syntax changes to
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ name = "curve25519-dalek"
|
||||||
# - update html_root_url
|
# - update html_root_url
|
||||||
# - update README if required by semver
|
# - update README if required by semver
|
||||||
# - if README was updated, also update module documentation in src/lib.rs
|
# - if README was updated, also update module documentation in src/lib.rs
|
||||||
version = "3.1.1"
|
version = "3.1.2"
|
||||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]
|
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]
|
||||||
#![doc(html_root_url = "https://docs.rs/curve25519-dalek/3.1.1")]
|
#![doc(html_root_url = "https://docs.rs/curve25519-dalek/3.1.2")]
|
||||||
|
|
||||||
//! # curve25519-dalek [](https://crates.io/crates/curve25519-dalek) [](https://doc.dalek.rs) [](https://travis-ci.org/dalek-cryptography/curve25519-dalek)
|
//! # curve25519-dalek [](https://crates.io/crates/curve25519-dalek) [](https://doc.dalek.rs) [](https://travis-ci.org/dalek-cryptography/curve25519-dalek)
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue