We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0102e52 commit c72c295Copy full SHA for c72c295
2 files changed
CHANGES.rst
@@ -12,6 +12,14 @@
12
Changes
13
=======
14
15
+Version v32.0.0 (released 2026-06-12)
16
+
17
+- feat(RecordCommunitiesService): Add get_record_requests service method
18
+- alembic: create record_id index in rdm_parents_community
19
+- refactor(models): Move CommunityRelationMixin from invenio-communities
20
+- fix(CreatibutorsField): Mount CreatibutorsModal only when opened
21
+- fix(signposting): serialize typed link w/ profile for described_by and item
22
23
Version v31.0.0 (released 2026-06-05)
24
25
- feat(reviews): per-record-version unit tests
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "31.0.0"
+__version__ = "32.0.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments