From 0fbdbe19806b1b7e0ad89c55817f0b2163d83a9c Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 2 Nov 2021 10:55:03 +1100 Subject: [PATCH 1/3] Update 0.6.0.md --- docs/releases/0.6.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases/0.6.0.md b/docs/releases/0.6.0.md index d68f99c..e115224 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -4,6 +4,8 @@ title: Release 0.6.0 ## Release 0.6.0 +0.6.0 is a major feature release of the InvenTree software project. For a comprehensive list of changes associated with this release, refer to the [InvenTree GitHub page](https://github.com/inventree/InvenTree/milestone/8). + ### 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. From 340582cb9753c92771b2bccf8ca0825f5e34e528 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 2 Nov 2021 14:22:33 +1100 Subject: [PATCH 2/3] Update 0.6.0.md --- docs/releases/0.6.0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/releases/0.6.0.md b/docs/releases/0.6.0.md index e115224..96985b8 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -6,6 +6,8 @@ title: Release 0.6.0 0.6.0 is a major feature release of the InvenTree software project. For a comprehensive list of changes associated with this release, refer to the [InvenTree GitHub page](https://github.com/inventree/InvenTree/milestone/8). +## New Features + ### 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. @@ -52,7 +54,7 @@ PR [#2205](https://github.com/inventree/InvenTree/pull/2205) represents a major PR [#2208](https://github.com/inventree/InvenTree/pull/2208) provides notification emails when the stock level for a particular part falls below the configured "minimum stock" threshold for that part. An email is automatically sent to any users who are subscribed to notifications for that part. -### Bug Fixes +## Major Bug Fixes | Pull Request | Description | | --- | --- | From 898b773ef27638e2c9f8f07da764c894e8430535 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 3 Nov 2021 15:06:34 +1100 Subject: [PATCH 3/3] Add link for 0.5.4 --- docs/releases/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index c2d2d40..319f903 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -28,6 +28,7 @@ Tagged released are shown below. Click on the release notes for each version to | Release | Date | GitHub | Docker | | --- | --- | --- | --- | +| [0.5.4](./0.5.4.md) | 2021-11-3 | [0.5.4](https://github.com/inventree/InvenTree/releases/tag/0.5.4) | [inventree:0.5.4](https://hub.docker.com/layers/inventree/inventree/0.5.4/images/sha256-35512b55ea1f78a802c915d3ea920bb8e1ef0c8f3f1b68ec1941d2a6a1141bd3?context=explore) | | [0.5.3](./0.5.3.md) | 2021-10-19 | [0.5.3](https://github.com/inventree/InvenTree/releases/tag/0.5.3) | [inventree:0.5.3](https://hub.docker.com/layers/inventree/inventree/0.5.3/images/sha256-ecdfbd2906241b2495cee3c5acc12bdec5ed66b2d32ab146dbc2b71131a73a7a?context=explore) | | [0.5.2](./0.5.2.md) | 2021-10-19 | [0.5.2](https://github.com/inventree/InvenTree/releases/tag/0.5.2) | [inventree:0.5.2](https://hub.docker.com/layers/inventree/inventree/0.5.2/images/sha256-ff4f435df894c5aa5ea18ee7f3637e81a29ed356ed82dba70ecbd28da3e3d965?context=explore) | | [0.5.1](./0.5.1.md) | 2021-10-11 | [0.5.1](https://github.com/inventree/InvenTree/releases/tag/0.5.1) | [inventree:0.5.1](https://hub.docker.com/layers/inventree/inventree/0.5.1/images/sha256-3dbfb2e1bc73a0ff2bf537b56f7151c98097923cf77f5313a2a914586ab75973?context=explore) |