Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

44 lines (29 loc) · 1.05 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.

[0.0.11]

Added

  • Added badges to readme
  • Added __version__ to minchoc module

Changed

  • Switched to django-stubs
  • Updated all typing to work with Mypy + django-stubs
    • Pyright (and Pylance in VS Code) errors are ignored
  • Upgraded dependencies
  • Now requires django@^5.0.0
  • Make use of Cruft
  • Updated project cruft
    • Fixed all issues reported by Ruff since cruft update
  • Synchronised documentation with the readme
  • Changed documentation theme

Removed

  • Dropped Python 3.10 support

[0.0.6]

Changed

  • Upgraded dependencies
  • Added tests, coverage at 95%+

Removed

  • Removed WANT_NUGET_HOME setting