Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.28 KB

HISTORY.md

File metadata and controls

71 lines (45 loc) · 1.28 KB

Release notes

Notable changes to the codebase are documented here.

v0.5.0 (unreleased)

Major changes include:

v0.4.0

Major changes include:

v0.3.0

Major changes include:

  • Wrapped libsecp256k1 0.3.2 (acf5c55)
  • Build platform wheels using cibuildwheel
  • Switched from setuptools to hatch
  • Improved project standards (pyproject.toml, nox)

v0.2.1

Major changes include:

  • Fixed bug in mult

v0.2.0

Major changes include:

  • Wrapped libsecp256k1 0.2.0 (21ffe4b)
  • Increased test coverage
  • Improved project standards (pre-commit hooks, mypy, tox)

v0.1.1

Major changes include:

  • Fixed mult return type

v0.1

Major changes include:

  • Wrapped libsecp256k1 (3efeb9da)
  • Updated nonce generation
  • Added mult module

v0.0.2

Major changes include:

  • Fixed description
  • Added py.typed

v0.0.1

Wrapped libsecp256k1 (fecf436d)