Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

64 lines (49 loc) · 1.96 KB

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.4.0 (2022-05-10)

Changed

  • Bump pbkdf2 to 0.11.0 (#983)
  • Bump hmac to v0.12 (#994)
  • Bump k256 to v0.11 (#994)
  • Bump p256 to v0.11 (#994)
  • Bump pbkdf2 to v0.10 (#994)
  • Bump sha2 to v0.10 (#994)
  • Replace ripemd160 dependency with ripemd (#994)
  • MSRV 1.57 (#994, #995)
  • Use const panic for Prefix::from_parts_unchecked (#995)

0.3.0 (2022-01-05)

Changed

  • Rust 2021 edition upgrade (#889)
  • Decouple from hkd32 (#907)
  • Bump k256 dependency to v0.10 (#938)
  • Bump secp256k1 (FFI) dependency to v0.21 (#942)

0.2.2 (2021-09-07)

Changed

  • Avoid AsRef ambiguity with generic-array (#859)

0.2.1 (2021-06-23)

Added

  • From conversions to k256::ecdsa::*Key (#777)

0.2.0 (2021-06-23) [YANKED]

Added

  • Non-hardened derivation support with XPub::derive_child (#772)

Changed

  • Rename XPrv::derive_child_from_seed => XPrv::derive_from_path (#773)

0.1.1 (2021-06-18)

Added

  • Documentation improvements and usage example (#764)

0.1.0 (2021-06-17)

  • Initial release