Skip to content

v0.6.1

Latest

Choose a tag to compare

@Harmonese Harmonese released this 22 Aug 12:22

[0.6.1] - 2026-08-22

Added

  • Added Python 3.13 and 3.14 package classifiers after verifying the test suite on Python 3.14.
  • Added --max-pow-iterations and PYLRCLIB_MAX_POW_ITERATIONS for upload and flag publish challenges.

Changed

  • Increased the default LRCLIB publish proof-of-work nonce attempts from 2,000,000 to 10,000,000.
  • Added project-local Ruff rule selection and PyYAML typing stubs so documented development checks are reproducible in fresh environments.
  • Updated package license metadata to the current setuptools SPDX form while preserving the bundled LICENSE file.

Fixed

  • Handled publish proof-of-work failures without surfacing a traceback, allowing the existing publish retry flow to continue.
  • Fixed existing mypy pylrclib issues so the documented release checks pass.
  • Renamed the database dump download message placeholder to avoid a get_text() keyword conflict.