2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 18:55:26 +00:00

Create new structure for release information

- Release information will now solely be stored here, not on GitHub
This commit is contained in:
Oliver Walters
2020-12-16 19:28:24 +11:00
parent 6cd2376ee5
commit c4410bef88
4 changed files with 142 additions and 104 deletions

22
docs/releases/0.1.5.md Normal file
View File

@ -0,0 +1,22 @@
---
title: v0.1.5
---
## Release 0.1.5
!!! info "Development Version"
v0.1.5 is currently in development and has not yet been released
[Release 0.1.5](https://github.com/inventree/InvenTree/releases/tag/0.1.5) (November 2020) provides a number of major new features and improvements, as well as some crucial bug fixes:
## New Features
### Target Date for Build Order
[#1168](https://github.com/inventree/InvenTree/pull/1168) introduces the concept of *Target Date* for a Build Order. This is the intended completion date for the build. If the date is reached but the build is not yet complete, the build is consider *overdue*.
## Major Bug Fixes
| PR | Description |
| --- | --- |
| [#1144](https://github.com/inventree/InvenTree/pull/1144) | Fixes infinite loop recursion when displaying BOM table |