2020-07-26 14:15:12 +00:00
# Versioning
2022-08-21 11:50:09 +00:00
2021-11-08 15:38:21 +00:00
The versioning of this project is based on [Semantic versioning ](https://semver.org/ ):
2020-07-26 14:15:12 +00:00
2022-08-21 11:50:09 +00:00
- The **patch** is incremented when a bug is fixed on a **released** version (most of the time using a **hotfix** branch).
2023-03-01 22:42:29 +00: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 11:50:09 +00: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.