## Versioning We recommend the use of [semantic versioning](https://semver.org/), which uses a `MAJOR`.`MINOR`.`PATCH` versiong number where these mean: * MAJOR = breaking change * MINOR = new feature * PATCH = small bugfix