Skip to content

Latest commit

 

History

History
468 lines (296 loc) · 14.2 KB

File metadata and controls

468 lines (296 loc) · 14.2 KB

Change Log

Changes for the upcoming release can be found in the "changelog.d" directory in our repository.

This section covers the changes between major version 2 and version 3.

Version 3.0.4

Released:2025-01-24
Maintainer:Tom Schraitle

Bug Fixes


Version 3.0.3

Released:2025-01-18
Maintainer:Tom Schraitle

Bug Fixes

Improved Documentation

  • :pr:`435`: Several small improvements for documentation:
    • Add meta description to improve SEO
    • Use canonicals on ReadTheDocs (commit 87f639f)
    • Pin versions for reproducable doc builds (commit 03fb990)
    • Add missing :file:`.readthedocs.yaml` file (commit ec9348a)
    • Correct some smaller issues when building (commit f65feab)
  • :pr:`436`: Move search box more at the top. This makes it easier for users as if the TOC is long, the search box isn't visible anymore.

Features

Internal Changes

Trivial Changes


Version 3.0.2

Released:2023-10-09
Maintainer:Tom Schraitle

Bug Fixes

Improved Documentation

  • :pr:`431`: Clarify version policy for the different semver versions (v2, v3, >v3) and the supported Python versions.
  • :gh:`432`: Improve external doc links to Python and Pydantic.

Features

  • :pr:`417`: Amend GitHub Actions to check against MacOS.

Trivial/Internal Changes


Version 3.0.1

Released:2023-06-14
Maintainer:Tom Schraitle

Bug Fixes

  • :gh:`410`: Export functions properly using __all__ in __init__.py.

Version 3.0.0

Released:2023-04-02
Maintainer:Tom Schraitle

Bug Fixes

Deprecations

Features

Improved Documentation

Trivial/Internal Changes