Skip to content

Latest commit

 

History

History
97 lines (38 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

97 lines (38 loc) · 1.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.

v1.2.3.post2 (2024-04-22)

No significant changes.

v1.2.3.post1 (2024-04-22)

No significant changes.

v1.2.3 (2024-04-21)

No significant changes.

v1.2.2 (2024-04-21)

No significant changes.

v1.2.1 (2024-04-21)

Fixed

  • Support for 3.9 with eval_type_backport.

v1.2.0 (2024-04-20)

Added

  • Full support for eval_type_backport >=0.2.0.

v1.1.1 (2024-04-15)

Fixed

  • Redundant ForwardRef construction arguments that broke Python 3.8.

v1.1.0 (2024-04-13)

Added

  • Support for eval_type_backport ForwardRef.

Fixed

  • Relaxed supported Python versions to >=3.8.

v1.0.3 (2024-02-20)

Changed

  • Extended supported Python version range to >=3.8,<4.0

v1.0.2 (2023-12-17)

Removed

  • The documentation suite.

v1.0.1 (2023-12-17)

Added

  • Simple example of usage in the README.

v1.0.0 (2023-12-17)

No significant changes.