Skip to content

Commit bf1ffd9

Browse files
committed
📦 release: v10.1.0
1 parent dc231ef commit bf1ffd9

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

‎CHANGES.rst

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

14+
Version 10.1.0 (released 2024-04-15)
15+
16+
- licenses: fix wrong characters encoding
17+
- facets: integrate combined_subjects / fix nested subject faceting
18+
- resources: fixed missing imports
19+
- dublincore: fix license URL lookup
20+
1421
Version 10.0.0 (released 2024-04-11)
1522

1623
- Fixes datacite, dcat, dublin core, marcxml and schema.org serializer performance (reduced from ~500 queries in an OAI-PMH page down to 5).

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "10.0.0"
13+
__version__ = "10.1.0"
1414

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

‎invenio_rdm_records/records/dumpers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/resources.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020-2021 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
# Copyright (C) 2020 Northwestern University.
55
# Copyright (C) 2021 TU Wien.
66
# Copyright (C) 2021 data-futures.

‎invenio_rdm_records/services/facets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020-2023 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
# Copyright (C) 2020-2024 Northwestern University.
55
# Copyright (C) 2021 TU Wien.
66
# Copyright (C) 2023 Graz University of Technology.

0 commit comments

Comments
 (0)