We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf7fdf commit 970aa7bCopy full SHA for 970aa7b
‎CHANGES.rst
@@ -12,6 +12,10 @@
12
Changes
13
=======
14
15
+Version v15.5.0 (released 2024-10-18)
16
+
17
+- community: added autofocus prop to CommunitySelectionSearch
18
19
Version v15.4.0 (released 2024-10-17)
20
21
- DOI: fix wrong parent DOI link
‎invenio_rdm_records/__init__.py
@@ -11,6 +11,6 @@
11
from .ext import InvenioRDMRecords
-__version__ = "15.4.0"
+__version__ = "15.5.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments