Disenchanter's versioning is based on Semantic Versioning.
The version number is structured as MAJOR.MINOR.PATCH
:
MAJOR
version is incremented on changes breaking the current usage flowMINOR
version is incremented on backwards compatible functionality additionsPATCH
version is incremented on backwards compatible bug fixes- This also includes translation updates
Notable changes in documentation will be documented in the changelog for historical insights.
Versioning is handled via bumpversion, configured in .bumpversion.cfg
.