From 3924a3212275e123c318b0dc64d71ecc19379f87 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 17 Jan 2024 21:25:28 +1100 Subject: [PATCH 1/2] Add news entries for recent releases --- .gitignore | 2 ++ _news/2023-12-15-0.13.0.md | 11 +++++++++++ _news/2024-01-13-0.13.1.md | 10 ++++++++++ _news/2024-01-17-0.13.2.md | 10 ++++++++++ 4 files changed, 33 insertions(+) create mode 100644 _news/2023-12-15-0.13.0.md create mode 100644 _news/2024-01-13-0.13.1.md create mode 100644 _news/2024-01-17-0.13.2.md diff --git a/.gitignore b/.gitignore index 48b141f8..e92a147c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ _site/ dist/ node_modules/ .jekyll-metadata +.docusaurus/ +yarn-error.log \ No newline at end of file diff --git a/_news/2023-12-15-0.13.0.md b/_news/2023-12-15-0.13.0.md new file mode 100644 index 00000000..61d593ba --- /dev/null +++ b/_news/2023-12-15-0.13.0.md @@ -0,0 +1,11 @@ +--- +author: SchrodingersGat +title: 0.13.0 Release +--- + +### 0.13.0 Release + +We are pleased to announce the 0.13.0 stable release, which represents a major upgrade to the InvenTree software! + +- Read more about it in our [blog post]({% post_url 2023-12-15-0.13.0 %}) +- View the [release notes](https://github.com/inventree/InvenTree/releases/tag/0.13.0) \ No newline at end of file diff --git a/_news/2024-01-13-0.13.1.md b/_news/2024-01-13-0.13.1.md new file mode 100644 index 00000000..6a10e9c1 --- /dev/null +++ b/_news/2024-01-13-0.13.1.md @@ -0,0 +1,10 @@ +--- +author: SchrodingersGat +title: 0.13.1 Release +--- + +### 0.13.1 Release + +We are pleased to announce the 0.13.1 bug fix release, which represents a number of small bug fixes and stability improvements to the software + +- View the [release notes](https://github.com/inventree/InvenTree/releases/tag/0.13.1) \ No newline at end of file diff --git a/_news/2024-01-17-0.13.2.md b/_news/2024-01-17-0.13.2.md new file mode 100644 index 00000000..b219205e --- /dev/null +++ b/_news/2024-01-17-0.13.2.md @@ -0,0 +1,10 @@ +--- +author: SchrodingersGat +title: 0.13.2 Release +--- + +### 0.13.2 Release + +We are pleased to announce the 0.13.2 bug fix release, which represents a number of small bug fixes and stability improvements to the software + +- View the [release notes](https://github.com/inventree/InvenTree/releases/tag/0.13.2) From 70f9fbbe3f4adb95db40a4aff877fa0f02c1e3dc Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 17 Jan 2024 21:26:38 +1100 Subject: [PATCH 2/2] Add news entry for kicad integration blog post --- _news/2023-09-26-kicad-integration.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 _news/2023-09-26-kicad-integration.md diff --git a/_news/2023-09-26-kicad-integration.md b/_news/2023-09-26-kicad-integration.md new file mode 100644 index 00000000..e69de29b