Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 799 Bytes

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 799 Bytes

Changelog

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.

0.10.2 (2022-08-30)

Changed

  • Ignore asm feature on unsupported targets (#388)

0.10.1 (2022-02-17)

Fixed

  • Minimal versions build (#363)

0.10.0 (2022-01-17)

Changed

  • The crate is transferred to the RustCrypto organization. New implementation is identical to the sha-1 v0.10.0 crate and expressed in terms of traits from the digest crate. (#350)