All Versions
24
Latest Version
Avg Release Cycle
33 days
Latest Release
551 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.13.1 Changes
November 29, 2021Public API changes
None
Notable internal changes
[#163] Fix compilation error for certain combinations of transitive dependencies related to ed25519-dalek-fiat
-
v0.13.0 Changes
-
v0.12.0 Changes
Public API changes
- [#127] Change MSRV to Rust 1.41.1
- ⬆️ [#128] Upgrade to
getrandom
0.2.0 - ⬆️ [#129] Upgrade to
quick-error
2.0 - ⬆️ [#133] Upgrade to
ed25519-dalek
1.0.1 - ⬆️ [#134] Upgrade to
arrayvec
0.5 - ⬆️ [#135] Upgrade to
hex
0.4 - ⬆️ [#136] Upgrade to
derivative
2.1.1 - ⬆️ [#137] Upgrade to
gridiron
0.8.0 - ⬆️ [#138] Upgrade to
sha2
0.9 - ⬆️ [#140] Upgrade to
cfg-if
1.0.0
-
v0.11.1 Changes
May 11, 2020 -
v0.11.0 Changes
March 11, 2020Public API changes
- [#105]
- Upgrade dependencies (
rand
,rand_chacha
,ed25519-dalek
,gridiron
)
- Upgrade dependencies (
- [#105]
-
v0.10.0 Changes
March 05, 2020Public API changes
[#104]
- Eliminate the
Revealed
struct. - Add
Hash
for all public types exceptRecrypt
. - Add
Eq
for all types which hadPartialEq
.
- Eliminate the
[#101]
- Eliminate the
Revealed
wrappers forPrivateKey
,Plaintext
, andDerivedSymmetricKey
. - Implement
PartialEq
forPrivateKey
,Plaintext
, andDerivedSymmetricKey
.
- Eliminate the
Notable internal changes
-
v0.9.2 Changes
December 11, 2019Public API changes
- 👯 [#99] Implement
Clone
forPlaintext
.
- 👯 [#99] Implement
-
v0.9.1 Changes
December 10, 2019Notable internal changes
- 📌 [#98] Fix the dependency pinning for
ed25519-dalek
to be exact.
- 📌 [#98] Fix the dependency pinning for
-
v0.9.0 Changes
October 25, 2019Public API changes
- [#95]
- Remove
Add
andSub
fromPrivateKey
. - Add
augment
andaugment_minus
toPrivateKey
, which correctly support private key rotation.
- Remove
- [#95]
-
v0.8.5
October 25, 2019