Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 877 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 877 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.

[0.4.1 (2023-09-02)]

  • Fixed a Python 3.9 compatibility issue.

[0.4.0 (2023-09-02)]

  • Added support for table schema. See #5 for details. Thanks to @theo-ardouin for the contribution.

[0.3.0 (2023-08-18)]

  • Added support camel case column, table, and enum names. See #4 for details. Thanks to @charlesmelby for the contribution.

[0.2.0 (2023-03-20)]

  • BREAKING CHANGE: The Column constructor now requires old_server_default and new_server_default arguments. See #2 for details.

[0.1.1 (2022-12-20)]

  • Fixed GitHub actions.

[0.1.0] - 2022-12-20

  • Released the first version of the package.