Skip to content

Latest commit

 

History

History
364 lines (236 loc) · 11.9 KB

CHANGELOG.rst

File metadata and controls

364 lines (236 loc) · 11.9 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.2

Released:2023-10-09
Maintainer:

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