Skip to content

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.

Unreleased

Changed

  • Use dj_settings to parse the settings
  • Dropped python 3.8 support
  • Dropped python 3.9 support

0.6.0 - 2024-01-06

Added

  • Added default settings file

Changed

  • Use dj_settings to parse the settings
  • Dropped python 3.7 support

Removed

  • Removed changelog from the published wheel

Changed

  • Swap psycopg2 for psycopg

0.5.0 - 2022-01-05

Added

  • Added python310 support

Removed

  • Dropped python36 support

0.4.0 - 2020-02-26

Removed

  • Removed the pastel dependency

0.3.1 - 2019-09-30

Added

  • Made the settings path configurable
  • Made the report of the test results more fine-grained

0.3.0 - 2019-09-24

Added

  • Added database tests

0.2.1 - 2019-09-24

Fixed

  • Fixed a connection issue

0.2.0 - 2019-09-24

Added

  • Added database migrations

0.1.0 - 2019-09-18

Added

  • Added the initial project structure