Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 948 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 948 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Removed

  • Dropped support for python 3.7 and 3.8. Supported python versions: 3.9, 3.10, 3.11, 3.12, 3.13

[0.4.1] - 2023-03-12

Fixed

  • Fix type annotation for Faker.add_provider (it takes a BaseProvider instance or class) #17

[0.4.0] - 2023-02-28

Fixed

  • Fix type annotation for FactoryMetaClass.__new__. Now it returns a Self #15
  • Use Self now that mypy 1.0 supports it #15