Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.63 KB

CHANGELOG.rst

File metadata and controls

67 lines (42 loc) · 1.63 KB

eth-keys v0.5.1 (2024-04-23)

Internal Changes - for eth-keys Contributors

  • Merge template updates, notably adding python 3.12 support. Fix docs CI build. (#99)

eth-keys v0.5.0 (2024-01-10)

Breaking Changes

  • Drop python 3.6 and 3.7 support (#96)

Features

  • Add python 3.11 support (#96)

Internal Changes - for eth-keys Contributors

  • Merge template updates, notably using pre-commit for linting and change the name of the master branch to main (#96)

v0.4.0

Released Dec 9, 2021

  • Remove support for python 3.5 #82
  • Add support for python 3.9 and 3.10 #82
  • Updated eth-utils and eth-typing version requirements #81
  • Raise BadSignature error if ecrecover returns a point at infinity #76

v0.3.3

Released Apr 22, 2020

  • Bugfix for backwards-incompatible ValidationError disappearance #70

v0.3.2

Released Apr 22, 2020

  • Remove deprecated eth_utils typing #65
  • Remove duplicate ValidationError #68

0.1.0

Initial release