Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

62 lines (41 loc) · 1.36 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]

[0.9.0] - 2024-08-31

  • Update dependencies
  • Drop support for python version lower than 3.9.0
  • Drop official support for Django version lower than 4.1.x
  • Add support for Django 5.x.y

[0.8.0] 2023-08-06

  • Update dependencies
  • Drop support for python 3.8.0
  • Add base clases for testing
  • Add CI/CD

[0.7.0] - 2023-04-20

  • Drop support for python 3.8.0
  • Update dependencies
  • Update development tools configuration
  • Update repository structure
  • Update references from Github to GitLab
  • Update README.md and CONTRIBUTING.md

[0.6.0] - 2022-05-17

  • Drop support for python 3.6
  • Drop support for python 3.7
  • Add support for python 3.10
  • Add support for Django 4

[0.5.0] - 2021-07-24

  • Fix casting error in __version__ construction.

[0.4.0] - 2021-07-18

  • Fixed version declaration
  • Update dependencies
  • Added tbump for version management
  • Added CHANGELOG.md

[0.3.0] - 2021-06-21

  • Fixed error with required_properties on settings

[0.2.0] - 2021-06-18

  • Fixed Dowload URL on package

[0.1.0] - 2021-06-18

  • Added migrate command
  • Added makemigrations command