Skip to content

Latest commit

 

History

History
130 lines (68 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

130 lines (68 loc) · 2.07 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.1] - 2024-12-26

Added

Fixed

  • bug Version 1.8 maturin requires a version in pyproject.toml

Changed

  • Bumped maturin, twine and pkginfo versions in requirements.txt

Removed

[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