Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 481 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 481 Bytes

1.2.0 (TBD)

  • Switched to uv
  • Dropped Python 3.8 support, test on Python 3.13

1.1.0 (2024-05-09)

  • Increased default PBKDF2 iterations to 600,000
  • Changed DEFAULT_BLOCK_SIZE from 256k to 128k
  • Removed the tqdm optional requirement
  • Switched to pyproject.toml, hatchling for builds, and ruff for formatting and linting

1.0.0 (2023-03-09)

  • Initial release