All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
sha256_crypt
(#350)
- Use
base64ct
for Base64 encoding (#350) - MSRV 1.60 (#377)
- Relax
subtle
dependency version requirements (#390)
- Support passwords longer than 64-bytes in length (#328)
- 2021 edition upgrade; MSRV 1.56 (#284)
- Bump
sha2
dependency to v0.10 (#254)
- Handle B64 decoding errors (#242)
- Use
resolver = "2"
; MSRV 1.51+ (#220)
- Pin
subtle
dependency to v2.4 (#190)
- Bump
rand
dependency to v0.8 (#86) - Rename
include_simple
feature tosimple
(#99) - Remove
Vec
from public API (#113) - MSRV 1.47+ (#113)
- Initial release