2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Merge pull request #132 from eeintech/releases

"What's new" page tune-up
This commit is contained in:
Oliver 2021-07-15 07:40:59 +10:00 committed by GitHub
commit 6b616479d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 2 deletions

View File

@ -2,13 +2,31 @@
title: What's New
---
## What's New
## Releases
### Version Numbering
The InvenTree project follows the formalized release numbering scheme, 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.
### Release Notes
For information on the latest and greatest InvenTree features, refer to the release documentation below:
| Release | Date |
| ------- | ---- |
| [0.2.5](./0.2.5.md) | *In development* |
| [0.3.0](./0.3.0.md) | *In development* |
| [0.2.4](./0.2.4.md) | June 2021 |
| [0.2.3](./0.2.3.md) | June 2021 |
| [0.2.2](./0.2.2.md) | May 2021 |