From 5278aee6f0f3770822f9b23e02886b228c1108ad Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 24 May 2022 20:28:41 +1000 Subject: [PATCH 1/3] Add page for 0.7.1 release --- docs/releases/0.7.1.md | 14 ++++++++++++++ docs/releases/release_notes.md | 6 ++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/releases/0.7.1.md diff --git a/docs/releases/0.7.1.md b/docs/releases/0.7.1.md new file mode 100644 index 0000000..535a449 --- /dev/null +++ b/docs/releases/0.7.1.md @@ -0,0 +1,14 @@ +--- +title: Release 0.7.0 +--- + +## Release: 0.7.1 + +Release 0.7.1 is a bug-fix release on the 0.7.x stable branch. + +For a comprehensive list of changes associated with this release, refer to the [InvenTree GitHub page](https://github.com/inventree/InvenTree/milestone/19). + +## Bug Fixes + +| Pull Request | Description | +| --- | --- | diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 96b844c..69c9abd 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -24,6 +24,12 @@ The head of the *master* code branch represents the "latest and greatest" workin Specific tagged releases are shown below. Click on the release notes for each version to learn more. +### 0.7.x +| Release | Date | GitHub | Docker | +| --- | --- | --- | --- | +| [0.7.0](./0.7.0.md) | 2022-05-24 | [0.7.0](https://github.com/inventree/InvenTree/releases/tag/0.7.0) | [inventree:0.7.0]() | + + ### 0.6.x | Release | Date | GitHub | Docker | | --- | --- | --- | --- | From a93d230b2f574fd0409b5da3b46020978f6b6a70 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 24 May 2022 21:56:26 +1000 Subject: [PATCH 2/3] Add entry for 0.7.0 in the release notes page --- docs/releases/0.7.0.md | 12 ++++++++++++ docs/releases/release_notes.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md index 8f35d15..80d4f79 100644 --- a/docs/releases/0.7.0.md +++ b/docs/releases/0.7.0.md @@ -6,6 +6,18 @@ title: Release 0.7.0 0.7.0 is a major feature release of the InvenTree software project. For a comprehsive list of changes associated with this release, please refer to the [InvenTree GitHub page](https://github.com/inventree/InvenTree/milestone/10). +### Plugins + +In addition to providing a slew of new features and stability improvements (as listed below), this version focuses heavily on improvements to the [plugin system](../extend/plugins.md). The plugin ecosystem has received a major overhaul, and now provides a number of new plugin "mixins" for supporting custom functionality. The plugin system will continue to receive attention over the next major release cycle. + + +!!! warning "Plugin Changes" + Version `0.7.0` introduces some major changes (improvements) to the plugin interface. If you are updating from a previous version, any custom plugins you have installed may also need to be updated. + +### Unit Testing + +This release also provides a marked improvement in unit testing and code coverage. The project is now above 85% code coverage! This is a great milestone, but we can do better! We will continue to improve our unit testing to ensure that InvenTree remains a high quality, stable software product. + ## New Features ### Order Target Dates diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 69c9abd..21c89e8 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -27,7 +27,7 @@ Specific tagged releases are shown below. Click on the release notes for each ve ### 0.7.x | Release | Date | GitHub | Docker | | --- | --- | --- | --- | -| [0.7.0](./0.7.0.md) | 2022-05-24 | [0.7.0](https://github.com/inventree/InvenTree/releases/tag/0.7.0) | [inventree:0.7.0]() | +| [0.7.0](./0.7.0.md) | 2022-05-24 | [0.7.0](https://github.com/inventree/InvenTree/releases/tag/0.7.0) | [inventree:0.7.0](https://hub.docker.com/layers/inventree/inventree/inventree/0.7.0/images/sha256-b15d2970e1577cc8e2429487636f07576912cec8d3c7ee0227c3e51711f0042a?context=explore) | ### 0.6.x From 67434c2cf350bfe3059f28c53cd3802e2765875a Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 26 May 2022 17:11:36 +1000 Subject: [PATCH 3/3] Add bug note to 0.7.1 release page --- docs/releases/0.7.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases/0.7.1.md b/docs/releases/0.7.1.md index 535a449..e88b34a 100644 --- a/docs/releases/0.7.1.md +++ b/docs/releases/0.7.1.md @@ -12,3 +12,4 @@ For a comprehensive list of changes associated with this release, refer to the [ | Pull Request | Description | | --- | --- | +| [#3075](https://github.com/inventree/InvenTree/pull/3075) | Fixes an unhandled exception when converting currency without any available exchange rate data | \ No newline at end of file