Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2 KB

CHANGELOG.md

File metadata and controls

67 lines (47 loc) · 2 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.

Added

Changed

  • automatically add new dependencies on template update

Fixed

  • fixed file permissions, thanks @merwok

1.0.0 - 2020-10-06

Added

  • add github actions (test and release to pypi)

Changed

  • set supported python version to 3.6, 3.7 and 3.8
  • set line_length to 88 (default of black)
  • removed travis
  • updated gitignore using gitignore.io
  • changelog is based on is based on Keep a Changelog
  • updated shields
  • updated to poetry 1.1
  • change default language of django to English

Fixed

  • add missing .pre-commit-config.yaml

0.1.0 - 2019-08-05

Added

  • travis CI
  • flake8, isort, mypy and black
  • Tests using pytest
  • Run test using tox against multiple python versions
  • preconfigured coveralls
  • Django support
  • User poetry to manage dependencies and publish releases