# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [v3.0.0] - 2021-12-26 - travis → github actions - setup example, documentation, mypy - require python >= 3.8, django >= 3.0 ## [v2.0.1] - 2020-05-21 - fix `__version__` (works only in Python >= 3.7 now) ## [v2.0.0] - 2020-05-21 - update dependencies - setup tooling [Unreleased]: https://github.com/nim65s/dmdm/compare/v3.0.0...master [v3.0.0]: https://github.com/nim65s/dmdm/compare/v2.0.1...v3.0.0 [v2.0.1]: https://github.com/nim65s/dmdm/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/nim65s/dmdm/releases/tag/v2.0.0