Skip to content

Latest commit

History

History
60 lines (37 loc) 路 1.06 KB

CHANGELOG.rst

File metadata and controls

60 lines (37 loc) 路 1.06 KB

Changelog

Unreleased changes

Please see the fragment files in the changelog.d directory.

4.0.1 - 2024-05-30

Fixed

  • Always specify UTF-8 encoding when reading TOML files.

4.0.0 - 2024-04-13

Python support

  • Support Python 3.8 and higher.

Documentation

  • Overhaul the README.
  • Add a CHANGELOG.

Development

  • Add configurations for common tools:
    • Dependabot
    • EditorConfig
    • pre-commit
  • Add a GitHub workflow to test the project.
  • Allow project dependencies to auto-update by running tox run -m update.
  • Prepare to test the project using mypy.