Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

60 lines (37 loc) · 2.26 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Calendar Versioning. The first number of the version is the year. The second number is incremented with each release, starting at 1 for each year. The third number is when we need to start branches for older releases (only for emergencies).

Vendoring Argon2 @ f57e61e.

Added

  • Official Python 3.12 and 3.13 support. No code or packaging changes were necessary.

Removed

  • Python 3.6, 3.7, and 3.8 support. There is very little activity on the bindings repo, so it doesn't make sense to carry around the build complexity of those ancient Python versions. The 21.2.0 wheels on PyPI include support for Python 3.6 and are based on the same Argon2 version.

21.2.0 - 2021-12-01

Vendoring Argon2 @ f57e61e.

Added

  • Native macOS wheels for Apple Silicon (universal2). #2

Changed

  • The compilation of the vendored Argon2 C library is now left to CFFI. This prevents the accidental usage of a system-wide Argon2 installation. #1

21.1.0 - 2021-11-28

Vendoring Argon2 @ f57e61e.

Added