Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.24 KB

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.

v0.3.0 - 2023-08-01

Changed

  • Connection reuse support extracted into get_db_connection, now all invocations of get_db_connection automatically support connection reuse. (#11)

v0.2.0 - 2023-06-22

Added

  • list-fixtures command (#10)
  • load-fixture command (#10)
  • DB.execute_sql() method for running arbitrary SQL against a database (#10)
  • execute-sql command (#10)

Changed

  • Schema version when applying schema.sql comes from max migration version, removing the need to track the version table and update it in that file. (#10)

v0.1.0 - 2023-05-25

Initial release