mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
Merge pull request #132 from eeintech/releases
"What's new" page tune-up
This commit is contained in:
commit
6b616479d4
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user