All notable changes to this project will be documented in this file.
|foxbms| uses the following versioning pattern MAJOR.MINOR.PATCH
where MAJOR
, MINOR
and PATCH
are numbers.
Versioning follows then these rules:
- increasing
MAJOR
introduces significant changes, that require some larger work to update a project to this version. - increasing
MINOR
introduces changes, that require less work than a major update and most of the work should be straight forward in order to update a project to this version. - increasing
PATCH
introduces minor changes, that only require minor and straight forward work to update a project to this version.