Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 677 Bytes

CHANGELOG.rst

File metadata and controls

38 lines (21 loc) · 677 Bytes

2.2.1 - 12/27/2024

  • Bugfix: failing mypy

2.2.0 - 11/21/2024

  • Drop support for Python 3.9

2.1.0 - 10/31/2024

  • Add getter methods

2.0.2 - 08/01/2024

  • Create explicit iterator for LayeredConfigTree

2.0.1 - 06/14/2024

  • Add py.typed marker

2.0.0 - 05/17/2024

  • Drop support for Python v3.8
  • Add type hints

1.0.2 - 04/26/2024

  • Allow default None argument for ConfigurationError

1.0.1 - 04/11/2024

  • Extract python version test matrix from python_versions.json
  • Automatically update README when supported python versions change
  • Bugfix missing ConfigurationError attribute

1.0.0 - 04/11/2024

  • Initial release