diff --git a/docs/releases/0.2.5.md b/docs/releases/0.2.5.md index a854804..a829d2b 100644 --- a/docs/releases/0.2.5.md +++ b/docs/releases/0.2.5.md @@ -8,19 +8,19 @@ title: Release 0.3.0 ## New Features -## Version Numbering +### Version Numbering Release 0.3.0 introduces a formalized release numbering scheme for the InvenTree project, according to the [semantic versioning specification](https://semver.org/). Each release will be numbered `MAJOR.MINOR.PATCH`: -### MAJOR +#### MAJOR Major release number will be incremented for large, incompatible changes to the API or other features. -### MINOR +#### MINOR Minor release number will be incremented when new features are added in a backwards compatible manner -### PATCH +#### PATCH Patch release number will be incremented when making bug fixes or small changes to existing features.