From 5346187fd3d2c1c8d60a0c2cba2d2952c5f38855 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 28 Jun 2021 21:23:33 +1000 Subject: [PATCH] Update 0.2.5.md Add bug note for https://github.com/inventree/InvenTree/pull/1729 --- docs/releases/0.2.5.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/releases/0.2.5.md b/docs/releases/0.2.5.md index 8c26292..a854804 100644 --- a/docs/releases/0.2.5.md +++ b/docs/releases/0.2.5.md @@ -1,13 +1,29 @@ --- -title: Release 0.2.5 +title: Release 0.3.0 --- -## Release 0.2.5 +## Release 0.3.0 -[Release 0.2.5](https://github.com/inventree/InvenTree/releases/tag/0.2.5) provides a number of major new features and improvements, as well as some crucial bug fixes: +[Release 0.3.0](https://github.com/inventree/InvenTree/releases/tag/0.3.0) provides a number of major new features and improvements, as well as some crucial bug fixes: ## New Features +## 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 release number will be incremented for large, incompatible changes to the API or other features. + +### MINOR + +Minor release number will be incremented when new features are added in a backwards compatible manner + +### PATCH + +Patch release number will be incremented when making bug fixes or small changes to existing features. + ### Pricing Multiple new pricing features have been added: @@ -20,3 +36,4 @@ Multiple new pricing features have been added: | Pull Request | Description | | --- | --- | +| [#1729](https://github.com/inventree/InvenTree/pull/1729) | Fixes a bug in the HTML browsable API |