Skip to content

Commit 4a29dd5

Browse files
author
github-actions
committed
9.0.1
Automatically generated by python-semantic-release
1 parent b21002e commit 4a29dd5

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33

44

5+
## v9.0.1 (2023-09-07)
6+
7+
### Ci
8+
9+
* ci: fix Safety CI job
10+
11+
- 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))
12+
13+
### Fix
14+
15+
* fix: Make `DataPublicationDate.date` to be different to `DataPublication.publicationDate` #444 ([`312c466`](https://github.com/ral-facilities/datagateway-api/commit/312c466030c0e12131fd575011da273c8b5a267c))
16+
17+
### Unknown
18+
19+
* Merge pull request #447 from ral-facilities/bugfix/data-publication-dates-#444
20+
21+
fix: #444 Generate publication dates between two specific dates ([`b21002e`](https://github.com/ral-facilities/datagateway-api/commit/b21002ee55d869a69f178267ff12368f428776c0))
22+
23+
524
## v9.0.0 (2023-09-01)
625

726
### Breaking
@@ -116,12 +135,20 @@ Signed-off-by: dependabot[bot] <[email protected]> ([`c07bf92`](https://g
116135

117136
- 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))
118137

138+
### Fix
139+
140+
* fix: #444 Generate publication dates between two specific dates
141+
142+
- This should stop relative generation causing different data to be generated on different days ([`7908c10`](https://github.com/ral-facilities/datagateway-api/commit/7908c10422ec859d9c923366731897ee859035f0))
143+
119144
### Unknown
120145

121146
* Merge pull request #448 from ral-facilities/remove-isis-endpoints-#432
122147

123148
feat!: Remove code and references to ISIS specific table endpoints ([`2825ea2`](https://github.com/ral-facilities/datagateway-api/commit/2825ea2fb3f3061dfe0ab7d6f02ed730691a4c32))
124149

150+
* Merge branch 'main' into bugfix/data-publication-dates-#444 ([`9916813`](https://github.com/ral-facilities/datagateway-api/commit/99168139fe01959740247abbfb26b88f0d82688e))
151+
125152
* Merge branch 'main' into remove-isis-endpoints-#432 ([`e667c78`](https://github.com/ral-facilities/datagateway-api/commit/e667c78508e9a4532a3b4654aa15aa94d0947e61))
126153

127154
* Merge pull request #445 from ral-facilities/dependabot/github_actions/python-semantic-release/python-semantic-release-8.0.8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datagateway-api"
3-
version = "9.0.0"
3+
version = "9.0.1"
44
description = "ICAT API to interface with the DataGateway"
55
license = "Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)