From 54d9ea6c71064b4b6b95169fd1047d6972abbeeb Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 8 Nov 2024 09:53:27 +1100 Subject: [PATCH] Add news entries for bug-fix releases (#218) * Add news entries for bug-fix releases * Fix file name * Updates --- _news/2024-11-07-0.16.8.md | 10 ++++++++++ _posts/2024-11-07-0.16.8.md | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 _news/2024-11-07-0.16.8.md create mode 100644 _posts/2024-11-07-0.16.8.md diff --git a/_news/2024-11-07-0.16.8.md b/_news/2024-11-07-0.16.8.md new file mode 100644 index 00000000..6ef99d9a --- /dev/null +++ b/_news/2024-11-07-0.16.8.md @@ -0,0 +1,10 @@ +--- +author: SchrodingersGat +title: 0.16.8 Release +--- + +### 0.16.8 Release + +We have just released version 0.16.8 which includes a patch for a critical bug in the InvenTree package installer. We recommend that users upgrade to this version as soon as possible. + +- View the [release notes](https://github.com/inventree/InvenTree/releases/tag/0.16.8) diff --git a/_posts/2024-11-07-0.16.8.md b/_posts/2024-11-07-0.16.8.md new file mode 100644 index 00000000..56531866 --- /dev/null +++ b/_posts/2024-11-07-0.16.8.md @@ -0,0 +1,16 @@ +--- +author: SchrodingersGat +title: 0.16.8 Release +--- + +## 0.16.8 Release + +We have just released version 0.16.8 which includes a patch for a critical bug in the InvenTree package installer. We recommend that users upgrade to this version as soon as possible. + +### Missing Translation Files + +Some users were experiencing reports of missing translation files when installing InvenTree using the package installer. The issue was identified and resolved in this release. Refer to the release notes (linked below) for more information. + +### Release Notes + +View the [release notes](https://github.com/inventree/InvenTree/releases/tag/0.16.8)