mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Renamed 0.2.5 to 0.3.0 based on MD content, added generic info about version numbering on main page
This commit is contained in:
parent
09f21d995a
commit
7527cd8411
@ -2,13 +2,31 @@
|
|||||||
title: What's New
|
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:
|
For information on the latest and greatest InvenTree features, refer to the release documentation below:
|
||||||
|
|
||||||
| Release | Date |
|
| 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.4](./0.2.4.md) | June 2021 |
|
||||||
| [0.2.3](./0.2.3.md) | June 2021 |
|
| [0.2.3](./0.2.3.md) | June 2021 |
|
||||||
| [0.2.2](./0.2.2.md) | May 2021 |
|
| [0.2.2](./0.2.2.md) | May 2021 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user