From f6293cbacad5163e25c6d050784e09935143f2ad Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 29 Jun 2021 15:23:09 +1000 Subject: [PATCH] Update 0.2.5.md --- docs/releases/0.2.5.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.