Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 673 Bytes

VERSIONING.md

File metadata and controls

15 lines (10 loc) · 673 Bytes

Versioning

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 flow
  • MINOR version is incremented on backwards compatible functionality additions
  • PATCH 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 Workflow

Versioning is handled via bumpversion, configured in .bumpversion.cfg.