mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Bump version, add changelog entries
This commit is contained in:
parent
9aa1b8bd4d
commit
89c58a991b
2 changed files with 10 additions and 1 deletions
|
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
Entries are listed in reverse chronological order.
|
Entries are listed in reverse chronological order.
|
||||||
|
|
||||||
|
## 0.5.2
|
||||||
|
|
||||||
|
* Implement `Clone` for `StaticSecret`.
|
||||||
|
|
||||||
|
## 0.5.1
|
||||||
|
|
||||||
|
* Implement `Copy, Clone, Debug` for `PublicKey`.
|
||||||
|
* Remove doctests.
|
||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
* Adds support for static and ephemeral keys.
|
* Adds support for static and ephemeral keys.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "x25519-dalek"
|
name = "x25519-dalek"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
authors = [
|
authors = [
|
||||||
"Isis Lovecruft <isis@patternsinthevoid.net>",
|
"Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||||
"DebugSteven <debugsteven@gmail.com>",
|
"DebugSteven <debugsteven@gmail.com>",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue