Skip to content

Commit 7e5fde0

Browse files
committed
release: v10.8.0
1 parent fbb5d06 commit 7e5fde0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.rst

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
Changes
1212
=======
1313

14+
Version 10.8.0 (released 2024-07-28)
15+
16+
- results: added support for drafts
17+
- fix(community): set branding
18+
- codemeta: added identifier to schema
19+
- signposting: generate 1 link context object for metadata
20+
- fix: abort on record deletion exception
21+
- media-files: generate ptif and include in manifets
22+
- fix: pids required behavior
23+
- iiif: handle DecompressionBombError
24+
- iiif: schema: only return images within size limit in manifest
25+
1426
Version 10.7.1 (released 2024-05-31)
1527

1628
- secret links: set csrf token for all requests with secret links,

invenio_rdm_records/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Copyright (C) 2019-2024 CERN.
44
# Copyright (C) 2019-2022 Northwestern University.
5+
# Copyright (C) 2024 Graz University of Technology.
56
#
67
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
78
# it under the terms of the MIT License; see LICENSE file for more details.
@@ -10,6 +11,6 @@
1011

1112
from .ext import InvenioRDMRecords
1213

13-
__version__ = "10.7.1"
14+
__version__ = "10.8.0"
1415

1516
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)