Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

63 lines (35 loc) · 1.98 KB

Changelog

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

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by git-cliff.

[0.1.1] - 2023-10-6

Added

  • Official support for Python 3.12 (#39)

Testing

  • Report version sqlean.py in pytest output (#25)
  • Catch warnings (#28)

[0.1.0] - 2023-08-14

Added

  • Support Python 3.12 (#5)

Testing

  • Test on Windows and MacOS (#15)
  • Add end-to-end SQL test (#12)

Change

  • Remove __about__.py (#18)

[0.0.1] - 2023-07-06

Fixed

  • Address Dialect.dbapi deprecation warning by implementing import_dbapi (#14)

[0.0.1a3] - 2023-07-06

Documentation

  • Use the select API in examples (#8)
  • Clarify wording on how to use the create_engine(..., module=sqlean) alternative (#10)
  • Document typing check script

Fixed

  • Ensure compatibility with SQLAlchemy 1 (#13)

Testing

  • Check error when no extensions are installed (#7)

[0.0.1a2] - 2023-06-28

Documentation

  • Add development instructions (#2)