2020-07-26 09:15:12 -05:00
# Versioning
2022-08-21 06:50:09 -05:00
2021-11-08 09:38:21 -06:00
The versioning of this project is based on [Semantic versioning ](https://semver.org/ ):
2020-07-26 09:15:12 -05:00
2022-08-21 06:50:09 -05: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 16:42:29 -06: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 06:50:09 -05: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.