Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (30 loc) · 817 Bytes

CHANGELOG.md

File metadata and controls

58 lines (30 loc) · 817 Bytes

Version history

Version 1.2.0

Features

  • Adds python3.9 support
  • Adds py.typed and type hints

Misc

  • Moves to GitHub Actions

Version 1.1.0

Features

  • Adds python3.8 support
  • Adds mimesis@4 support

Misc

  • Updates poetry to 1.0
  • Updates built-time dependencies

Version 1.0.1

Misc

  • Adds tox runner
  • Moves project to pytest-dev org

Version 1.0.0

Features

  • Updates dependencies: pytest and mimesis

Misc

  • Now using wemake-python-styleguide to lint our code

Version 0.1.0

  • Moves the repo's source to the mimesis-lab organization
  • Switches to poetry for dependency management
  • Changed how fixtures are defined, now all we expose only two fixtures: mimesis_locale and mimesis

Version 0.0.1

  • Initial version