Skip to content

Latest commit

 

History

History
115 lines (61 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

115 lines (61 loc) · 1.81 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.5.0] - 2024-04-05

Added

Fixed

Changed

Removed

[0.4.0] - 2023-12-10

Added

Fixed

Changed

Removed

[0.3.0] - 2023-10-25

Added

Fixed

Changed

  • Bumped fastcrypto from 1.6 to 1.7
  • Bumped py03 from v0.19.0 to v0.20.0
  • Bumped maturin from 1.1.0 to 1.3.0

Removed

[0.2.0] - 2023-08-27

Added

Fixed

Changed

Removed

[0.1.7] - 2023-08-23

Added

Fixed

Changed

Removed

[0.1.4] - 2023-07-30

Added

  • Rust documentation

Fixed

Changed

  • Updated README.rst

Removed

[0.1.3] - 2023-07-28

Added

  • keys_from_mnemonics takes phrase and derivation path

Fixed

Changed

  • keys_from_keystring and generate_new_keypair now return private key bytess instead of token
  • README.rst

Removed

  • Returning the SignatureScheme from generate_new_keypair and keys_from_mnemonics
  • Returning the mnemonic phrase from `keys_from_mnemonics

[0.1.2] - 2023-07-25

Added

Fixed

Changed

  • keys_from_keystring and generate_new_keypair return a token (hash of pubkey) to be used in signing
  • Only publishing sdist on PyPi

Removed