Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 1.16 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.

[Unreleased]

[1.3.1] - 2024-12-13

Fixed

  • Run pytest with python -m to execute the tests against the local copy of the project directly

[1.3.0] - 2024-12-13

Added

  • Update freeze-requirements task to compile requirements-dev.txt from the pyproject.toml

[1.2.1] - 2024-11-01

Fixed

  • Make sure test files are excluded from releases

[1.2.0] - 2024-11-01

Changed

  • Replace setup.py with pyproject.toml

Added

  • Add task for black (code formatting)

[1.1.0] - 2024-05-14

Changed

  • Make the run all task run in debug mode

[1.0.2] - 2021-10-13

Changed

  • Stop pinning pip-tools

[1.0.1] - 2021-04-14

Changed

  • Change task run-all to depend on task requirements-dev

[1.0.0] - 2021-04-14

Added

  • Add task for mypy
  • Use colored for styled text instead of hand-coded escape sequences

Fixed

  • Fix bootstrap installing python requirements