Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 516 Bytes

CHANGELOG.md

File metadata and controls

27 lines (15 loc) · 516 Bytes

Changelog

Entries are listed in reverse chronological order.

0.8.0

  • Update curve25519-dalek dependency to 3.0.
  • Update crate metadata.

0.7.0

  • Update curve25519-dalek, merlin dependencies to 2.0.
  • Switch from failure to thiserror to provide std-compatible errors.
  • Correct curve25519-dalek feature-selection logic.

0.6.2

  • Correct minimum curve25519-dalek version to 1.0.3, not 1.0.0.

0.6.1

  • Add metadata for docs.rs.

0.6.0

  • Rewrite around a constraint system API.