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

Add pages for 0.5.1 and 0.6.0

This commit is contained in:
Oliver 2021-10-04 18:39:11 +11:00
parent 699bffbc31
commit 8635bd6e75
3 changed files with 28 additions and 0 deletions

11
docs/releases/0.5.1.md Normal file
View File

@ -0,0 +1,11 @@
---
title: Release 0.5.1
---
## Release 0.5.1
### Bug Fixes
| Pull Request | Description |
| --- | --- |
| [#2090](https://github.com/inventree/InvenTree/pull/2090) | Fixes critical bug in purchase order API endpoint for receiving items |

16
docs/releases/0.6.0.md Normal file
View File

@ -0,0 +1,16 @@
---
title: Release 0.6.0
---
## Release 0.6.0
### Build Order Allocation
PR [#2094](https://github.com/inventree/InvenTree/pull/2094) represents a significant improvement to the worflow for allocating stock items against a build order. A new API endpoint has been created allowing stock items to be allocated against builds, with dynamic validation and feedback of error messages.
Additionally the workflow and UX has been simplified, allowing greater efficiency of stock allocation against a build order.
### Bug Fixes
| Pull Request | Description |
| --- | --- |

View File

@ -28,6 +28,7 @@ Tagged released are shown below. Click on the release notes for each version to
| <span class='fas fa-clipboard-list'></span> Release | <span class='fas fa-calendar-alt'></span> Date | <span class='fab fa-github'></span> GitHub | <span class='fab fa-docker'></span> Docker |
| --- | --- | --- | --- |
| [0.5.1](./0.5.1.md) | *In development* | - | - |
| [0.5.0](./0.5.0.md) | 2021-10-1 | [0.5.0](https://github.com/inventree/InvenTree/releases/tag/0.5.0) | [inventree:0.5.0](https://hub.docker.com/layers/inventree/inventree/0.5.0/images/sha256-eed8b5df1512d4f1f8596d782d894f8e582c0978d0109020da3ee852bb9326ee?context=explore) |
### 0.4.x