Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 633 Bytes

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 633 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.

[1.0.0] - 2023-06-30

Added

  • Official support for Python 3.11
  • Add support for specifying database for migration while authenticating against different database #41

Fixed

  • Ensure that the generate command creates files that pass mypy checks #40

Removed

  • Removed support for Python 3.7 and older as they reach End of Life.