You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The versioning of this project is based on [Semantic versionning](https://semver.org/):
2
+
The versioning of this project is based on [Semantic versioning](https://semver.org/):
3
3
4
4
- The **patch** is incremented when we fix a bug on a **released** version (most of the time using a **hotfix** branch).
5
5
- The **minor** is incremented when we release a new version with new features. It corresponds to a merge of **develop** into **master**.
6
-
- 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. For now, I suggest that it stays **0** until we have a fully functioning firmware suited for the final user.
6
+
- 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.
0 commit comments