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
- Connection reuse support extracted into
get_db_connection
, now all invocations ofget_db_connection
automatically support connection reuse. (#11)
v0.2.0 - 2023-06-22
list-fixtures
command (#10)load-fixture
command (#10)DB.execute_sql()
method for running arbitrary SQL against a database (#10)execute-sql
command (#10)
- 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