Skip to content

2.1.0

Compare
Choose a tag to compare
@akaihola akaihola released this 27 Mar 21:13
· 135 commits to master since this release
cfb1626

Added

  • Mark the Darker package as annotated with type hints.
  • Update to ioggstream/[email protected] in CI.
  • Support for Python 3.12 in the package metadata and the CI build.
  • Update to Black 24.2.x and isort 5.13.x in pre-commit configuration.
  • Test against Flynt master branch in the CI build.
  • Update to Darkgraylib 1.1.1 to get fixes for README formatting.
  • Improved "How does it work?" section in the README.
  • README section on limitations and work-arounds.

Removed

  • bump_version.py is now in the separate darkgray-dev-tools repository.
  • Skip tests on Python 3.13-dev in Windows and macOS. C extension builds are failing,
    this exclusion is to be removed when Python 3.13 has been removed.

Fixed

  • Bump-version pre-commit hook pattern: rev: vX.Y.Z instead of X.Y.Z.
  • Escape pipe symbols (|) in the README to avoid RestructuredText rendering issues.
  • Compatibility with Flynt 0.78.0 and newer.