sqlalchemy-pervasive/CHANGELOG.md
2024-07-09 15:59:18 -05:00

783 B

Changelog

All notable changes to sqlalchemy-pervasive will be documented in this file.

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

v0.3.0 (2024-07-09)

Feat

  • switch from setup.cfg to pyproject.toml + hatchling

0.2.2 (2023-06-01)

  • Replace setup.py contents with setup.cfg.

0.2.1 (2021-03-03)

  • Update author / homepage metadata.

0.2.0 (2021-03-03)

  • Officially declare "Python 3 only".

0.1.3 (2018-02-24)

  • Replace execfile() usage per python 3.

0.1.2

  • Misc. housekeeping. Added manifest, transferred copyright, etc.

0.1.1

  • Fixed boolean conditions in rendered SQL.

0.1.0

  • Initial version.