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.

0.2.0 - 2020-10-04

Added

  • Dependabot configuration.

  • Safety session to nox.

  • Safety step to the test workflow.

Changed

  • flake8 version to ^3.7.9.

  • isort version to ^5.5.4.

  • poetry export without hashes on the noxfiles.

Removed

  • Pyup.io integration.

  • seed-isort-config from the pre-commit-config.

Fixed

  • docs/readme.md symbolic link to README.md.

  • docs/changelog.md symbolic link to CHANGELOG.md.

  • missing badges.

0.1.4 - 2020-09-07

Changed

  • Python actions to the v2.

Removed

  • Unnecessary python steps on the release workflow.

Fixed

  • bump2version version.

0.1.3 - 2020-08-13

Fixed

  • isort support for pyproject.toml

  • docs conf code style.

Removed

  • sphinx-autodoc-typehints from the dev requirements.

0.1.2 - 2020-06-14

Fixed

  • Read the docs build config.

Removed

  • Pytype from the dev requirements.

0.1.1 - 2020-06-14

Added

  • New option serve to the invoke docs task.

Changed

  • Improve docs tutorial section.

  • Improve docs index section.

Fixed

  • README spelling.

  • Ivoke pytype task typo.

0.1.0 - 2020-06-11

Added

  • First release.