2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00
inventree-docs/docs/releases/release_notes.md
Oliver 148e2bfa94
Updates for 0.11.0 (#468)
* Add release entry for 0.11.x

* Add note about default reports.

* Add brief documentation on report filtering

* Add images for report filter selection

* More report docs

* Cleanup

* Fix filter docs for TestReport

* Update context variables for TestReport

* Add context variable information for purchase order

* Updates for sales order report docs
2023-04-18 00:08:46 +10:00

71 lines
2.3 KiB
Markdown

---
title: Release Notes
---
## InvenTree Versioning
The InvenTree project follows a formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/).
### Stable Branch
The head of the *stable* code branch represents the most recent stable tagged release of InvenTree.
!!! info "<span class='fab fa-docker'></span> Stable Docker"
To pull down the latest *stable* release of InvenTree in docker, use `inventree/inventree:stable`
### Development Branch
The head of the *master* code branch represents the "latest and greatest" working codebase. All features and bug fixes are merged into the master branch, in addition to relevant stable release branches.
!!! info "<span class='fab fa-docker'></span> Latest Docker"
To pull down the latest *development* version of InvenTree in docker, use `inventree/inventree:latest`
## Stable Releases
Specific tagged releases are shown below. Click on the release notes for each version to learn more.
!!! info "Release Notes"
Starting from v0.7.2, release notes have been migrated to GitHub. Release notes for older versions are available at the links below.
### 0.11.x
{% with prefix="0.11" %}{% include "release_table.html" %}{% endwith %}
### 0.10.x
{% with prefix="0.10" %}{% include "release_table.html" %}{% endwith %}
### 0.9.x
{% with prefix="0.9" %}{% include "release_table.html" %}{% endwith %}
### 0.8.x
{% with prefix="0.8" %}{% include "release_table.html" %}{% endwith %}
### 0.7.x
{% with prefix="0.7" %}{% include "release_table.html" %}{% endwith %}
### 0.6.x
{% with prefix="0.6" %}{% include "release_table.html" %}{% endwith %}
### 0.5.x
{% with prefix="0.5" %}{% include "release_table.html" %}{% endwith %}
### 0.4.x
{% with prefix="0.4" %}{% include "release_table.html" %}{% endwith %}
### 0.3.x
{% with prefix="0.3" %}{% include "release_table.html" %}{% endwith %}
### 0.2.x
{% with prefix="0.2" %}{% include "release_table.html" %}{% endwith %}
### 0.1.x
{% with prefix="0.1" %}{% include "release_table.html" %}{% endwith %}
## Upcoming Features
In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted.
## Suggest Something New
To suggest a new feature (or report a bug) raise an [issue on GitHub](https://github.com/inventree/inventree/issues).