2020-07-26 17:15:12 +03:00
# Versioning
2022-08-21 14:50:09 +03:00
2021-11-08 18:38:21 +03:00
The versioning of this project is based on [Semantic versioning ](https://semver.org/ ):
2020-07-26 17:15:12 +03:00
2022-08-21 14:50:09 +03:00
- The **patch** is incremented when a bug is fixed on a **released** version (most of the time using a **hotfix** branch).
2023-03-02 01:42:29 +03:00
- The **minor** is incremented when a new version with new features is released. It corresponds to a tag of a commit in **main** .
2022-08-21 14:50:09 +03:00
- The **major** should be incremented when a breaking change is made to the application. We still have to define what is a breaking change in the context of this project.