From 4a29dd5acb8214814f8a17012620ca77c006fb9e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Sep 2023 13:31:05 +0000 Subject: [PATCH] 9.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfdd2bb6..f1c2df09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v9.0.1 (2023-09-07) + +### Ci + +* ci: fix Safety CI job + +- As ever, we're having to ignore these vulnerabilities as patched versions don't support Python 3.6 ([`04c3eaf`](https://github.com/ral-facilities/datagateway-api/commit/04c3eaf6a35466ad77d2b0551ca2b994be8ea040)) + +### Fix + +* fix: Make `DataPublicationDate.date` to be different to `DataPublication.publicationDate` #444 ([`312c466`](https://github.com/ral-facilities/datagateway-api/commit/312c466030c0e12131fd575011da273c8b5a267c)) + +### Unknown + +* Merge pull request #447 from ral-facilities/bugfix/data-publication-dates-#444 + + fix: #444 Generate publication dates between two specific dates ([`b21002e`](https://github.com/ral-facilities/datagateway-api/commit/b21002ee55d869a69f178267ff12368f428776c0)) + + ## v9.0.0 (2023-09-01) ### Breaking @@ -116,12 +135,20 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`c07bf92`](https://g - This is no longer needed as Python ICAT 1.0 is now used, which doesn't require an older version of setuptools ([`bd0a1ad`](https://github.com/ral-facilities/datagateway-api/commit/bd0a1adec903326daa187204e0893b4f29220764)) +### Fix + +* fix: #444 Generate publication dates between two specific dates + +- This should stop relative generation causing different data to be generated on different days ([`7908c10`](https://github.com/ral-facilities/datagateway-api/commit/7908c10422ec859d9c923366731897ee859035f0)) + ### Unknown * Merge pull request #448 from ral-facilities/remove-isis-endpoints-#432 feat!: Remove code and references to ISIS specific table endpoints ([`2825ea2`](https://github.com/ral-facilities/datagateway-api/commit/2825ea2fb3f3061dfe0ab7d6f02ed730691a4c32)) +* Merge branch 'main' into bugfix/data-publication-dates-#444 ([`9916813`](https://github.com/ral-facilities/datagateway-api/commit/99168139fe01959740247abbfb26b88f0d82688e)) + * Merge branch 'main' into remove-isis-endpoints-#432 ([`e667c78`](https://github.com/ral-facilities/datagateway-api/commit/e667c78508e9a4532a3b4654aa15aa94d0947e61)) * Merge pull request #445 from ral-facilities/dependabot/github_actions/python-semantic-release/python-semantic-release-8.0.8 diff --git a/pyproject.toml b/pyproject.toml index 303e7d17..b5b6b5eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "9.0.0" +version = "9.0.1" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"